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