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