Searched defs:hostent (Results 1 – 3 of 3) sorted by relevance
126 struct hostent { struct127 char *h_name; /* official name of host */128 char **h_aliases; /* alias list */129 int h_addrtype; /* host address type */130 int h_length; /* length of address */131 char **h_addr_list; /* list of addresses from name server */
147 struct hostent { struct148 char FAR * h_name; /* official name of host */149 char FAR * FAR * h_aliases; /* alias list */150 short h_addrtype; /* host address type */151 short h_length; /* length of address */152 char FAR * FAR * h_addr_list; /* list of addresses */
342 struct hostent * hostent; local