Searched defs:hostent (Results 1 – 1 of 1) sorted by relevance
88 struct hostent { struct89 char *h_name; /* official name of host */90 char **h_aliases; /* alias list */91 int h_addrtype; /* host address type */92 int h_length; /* length of address */93 char **h_addr_list; /* list of addresses from name server */