#include <dns.h>
Data Fields | |
struct devent_str * | next |
devent_type * | type |
u_8bit_t | lookup |
union { | |
IP ip_addr | |
char * hostname | |
} | res_data |
void * | other |
Definition at line 41 of file dns.h.
char* hostname |
Definition at line 47 of file dns.h.
Referenced by call_ipbyhost(), dcc_dnsipbyhost(), dnsevent_expmem(), and tcl_dnsipbyhost().
IP ip_addr |
Definition at line 46 of file dns.h.
Referenced by call_hostbyip(), dcc_dnshostbyip(), and tcl_dnshostbyip().
Definition at line 44 of file dns.h.
Referenced by call_hostbyip(), call_ipbyhost(), dcc_dnshostbyip(), dcc_dnsipbyhost(), dnsevent_expmem(), tcl_dnshostbyip(), and tcl_dnsipbyhost().
struct devent_str* next [read] |
Definition at line 42 of file dns.h.
Referenced by call_hostbyip(), call_ipbyhost(), dcc_dnshostbyip(), dcc_dnsipbyhost(), dnsevent_expmem(), tcl_dnshostbyip(), and tcl_dnsipbyhost().
void* other |
Definition at line 49 of file dns.h.
Referenced by call_hostbyip(), call_ipbyhost(), dnsevent_expmem(), tcl_dnshostbyip(), and tcl_dnsipbyhost().
union { ... } res_data |
Referenced by call_hostbyip(), call_ipbyhost(), dcc_dnshostbyip(), dcc_dnsipbyhost(), dnsevent_expmem(), tcl_dnshostbyip(), and tcl_dnsipbyhost().
Definition at line 43 of file dns.h.
Referenced by call_hostbyip(), call_ipbyhost(), dcc_dnshostbyip(), dcc_dnsipbyhost(), dnsevent_expmem(), tcl_dnshostbyip(), and tcl_dnsipbyhost().