Public Attributes | |
struct ares_addrinfo * | ai |
void * | arg |
ares_host_callback | callback |
ares_addrinfo_callback | callback |
ares_channel | channel |
struct ares_addrinfo_hints | hints |
char * | name |
int | next_domain |
unsigned short | port |
int | remaining |
const char * | remaining_lookups |
int | sent_family |
int | timeouts |
int | want_family |
Definition at line 60 of file ares_getaddrinfo.c.
struct ares_addrinfo* host_query::ai |
Definition at line 72 of file ares_getaddrinfo.c.
void * host_query::arg |
Definition at line 66 of file ares_getaddrinfo.c.
ares_host_callback host_query::callback |
Definition at line 50 of file ares_gethostbyname.c.
ares_addrinfo_callback host_query::callback |
Definition at line 65 of file ares_getaddrinfo.c.
ares_channel host_query::channel |
Definition at line 62 of file ares_getaddrinfo.c.
struct ares_addrinfo_hints host_query::hints |
Definition at line 67 of file ares_getaddrinfo.c.
char * host_query::name |
Definition at line 63 of file ares_getaddrinfo.c.
int host_query::next_domain |
Definition at line 74 of file ares_getaddrinfo.c.
unsigned short host_query::port |
Definition at line 64 of file ares_getaddrinfo.c.
int host_query::remaining |
Definition at line 73 of file ares_getaddrinfo.c.
const char * host_query::remaining_lookups |
Definition at line 70 of file ares_getaddrinfo.c.
int host_query::sent_family |
Definition at line 68 of file ares_getaddrinfo.c.
int host_query::timeouts |
Definition at line 69 of file ares_getaddrinfo.c.
int host_query::want_family |
Definition at line 53 of file ares_gethostbyname.c.