Searched defs:hostent (Results 1 – 16 of 16) sorted by relevance
69 struct hostent { struct93 struct hostent *gethostent (void); argument
41 struct hostent *hostent = NULL; in ares__get_hostent() local
54 struct hostent *hostent; in ares_parse_ns_reply() local
51 struct hostent *hostent; in ares_parse_ptr_reply() local
61 struct hostent *hostent; in ares_parse_a_reply() local
63 struct hostent *hostent; in ares_parse_aaaa_reply() local
247 struct hostent hostent; in fake_hostent() local
187 struct hostent *hostent; in main() local
514 HostEnt::HostEnt(const struct hostent *hostent) : addrtype_(-1) { in HostEnt()557 struct hostent *hostent) { in HostCallback()
555 struct hostent *hostent) in query_completed_cb()
390 typedef struct hostent hostent; typedef505 hostent * hostent; member
176 struct hostent* hostent) { in on_hostbyname_done_locked()
120 struct hostent hostent; /* Host entry for IP address */ member
658 struct hostent* hostent) { in on_hostbyname_done_locked()
336 class hostent(Structure): class