Searched defs:hostent (Results 1 – 9 of 9) sorted by relevance
137 struct hostent { struct156 struct hostent *gethostbyname (char * netnum); argument
94 struct hostent { struct95 char *h_name; /* official name of host */96 char **h_aliases; /* alias list */97 int h_addrtype; /* host address type */98 int h_length; /* length of address */99 char **h_addr_list; /* list of addresses from name server */
63 struct hostent *hostent; in net_open() local
51 struct hostent *hostent; in gethostname_fallback() local
106 struct hostent *hostent; member
101 HE_ENT *hostent; member
97 IMPLEMENT_TEST_FILE_SNAPSHOT(hostent) in IMPLEMENT_TEST_FILE_SNAPSHOT() argument
91 IMPLEMENT_TEST_FILE_SNAPSHOT(hostent) in IMPLEMENT_TEST_FILE_SNAPSHOT() argument
1449 WRAPPER2(struct hostent *, gethostbyname, const char *name) in WRAPPER2()