Searched defs:hostent (Results 1 – 13 of 13) 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
95 struct hostent { struct119 struct hostent *gethostent (void); argument
48 struct hostent *hostent = NULL; in ares_parse_ns_reply() local
46 struct hostent *hostent = NULL; in ares_parse_ptr_reply() local
69 struct hostent *hostent = NULL; in ares_gethostbyname_callback() local
861 int family, struct hostent **hostent) in ares__hosts_entry_to_hostent()
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
576 struct hostent *hostent) in query_completed_cb()
336 class hostent(Structure): class