Searched defs:hostent (Results 1 – 5 of 5) sorted by relevance
137 struct hostent { struct156 struct hostent *gethostbyname (char * netnum); argument
105 struct hostent { struct106 char *h_name; /* official name of host */107 char **h_aliases; /* alias list */108 int h_addrtype; /* host address type */109 int h_length; /* length of address */110 char **h_addr_list; /* list of addresses from name server */
51 struct hostent *hostent; in gethostname_fallback() local
106 struct hostent *hostent; member
89 IMPLEMENT_TEST_FILE_SNAPSHOT(hostent) in IMPLEMENT_TEST_FILE_SNAPSHOT() argument