#include <ze-sys.h>
#include "ze-libjc.h"
#include "ze-dns.h"
Go to the source code of this file.
◆ DNS_DEBUG
◆ DNS_INIT_LOCK
#define DNS_INIT_LOCK |
( |
| ) |
|
◆ DNS_INIT_UNLOCK
#define DNS_INIT_UNLOCK |
( |
| ) |
|
◆ DNS_LOCK
◆ DNS_UNLOCK
◆ jc_res_close
◆ jc_res_init
#define jc_res_init |
( |
|
st | ) |
|
◆ jc_res_query
#define jc_res_query |
( |
|
st, |
|
|
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e |
|
) |
| res_query(a, b, c, d, e) |
◆ MAC_H_ERRNO
#define MAC_H_ERRNO h_errno |
◆ MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 256 |
◆ SM_SET_H_ERRNO
◆ STATPM
◆ dns_lookup()
int dns_lookup |
( |
char * |
domain, |
|
|
const char * |
type_name, |
|
|
time_t |
retrans, |
|
|
int |
retry, |
|
|
DNS_REPLY_T * |
r |
|
) |
| const |
◆ dns_string_to_type()
int dns_string_to_type |
( |
char * |
name | ) |
const |
◆ parse_dns_reply()
int parse_dns_reply |
( |
DNS_REPLY_T * |
reply, |
|
|
unsigned char * |
data, |
|
|
long |
len |
|
) |
| |