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