Searched defs:hostent (Results 1 – 1 of 1) sorted by relevance
112 struct hostent { struct113 char *h_name; /* official name of host */114 char **h_aliases; /* alias list */115 int h_addrtype; /* host address type */116 int h_length; /* length of address */117 char **h_addr_list; /* list of addresses from name server */