Searched defs:hostent (Results 1 – 16 of 16) sorted by relevance
92 struct hostent { struct93 char *h_name; /* Official name of the host. */94 char **h_aliases; /* A pointer to an array of pointers to alternative host names,96 int h_addrtype; /* Address type. */97 int h_length; /* The length, in bytes, of the address. */98 char **h_addr_list; /* A pointer to an array of pointers to network addresses (in
69 struct hostent { struct93 struct hostent *gethostent (void); argument
41 struct hostent *hostent = NULL; in ares__get_hostent() local
48 struct hostent *hostent; in ares_parse_ns_reply() local
45 struct hostent *hostent = NULL; in ares_parse_ptr_reply() local
59 struct hostent *hostent = NULL; in ares_gethostbyname_callback() local
58 void host_cb(void *arg, int status, int timeouts, hostent *hostent) { in host_cb() argument288 void DNSResolver::on_result(int status, hostent *hostent) { in on_result() argument
534 struct hostent *hostent) in query_completed_cb()
165 struct hostent *hostent; in main() local
651 struct hostent* hostent) { in on_hostbyname_done_locked()
336 class hostent(Structure): class