Searched defs:hostent (Results 1 – 1 of 1) sorted by relevance
81 struct hostent { struct82 char *h_name; /* official name of host */83 char **h_aliases; /* alias list */84 int h_addrtype; /* host address type */85 int h_length; /* length of address */86 char **h_addr_list; /* list of addresses from name server */