Searched defs:hostent (Results 1 – 5 of 5) sorted by relevance
57 struct hostent { struct68 extern struct hostent *gethostbyname(const char *); argument
56 struct hostent { struct57 char *h_name; /* official name of host */58 char **h_aliases; /* alias list */59 int h_addrtype; /* host address type */60 int h_length; /* length of address */61 char **h_addr_list; /* list of addresses from name server */
32 struct hostent { struct33 char *h_name; /* official name of host */34 char **h_aliases; /* alias list */35 int h_addrtype; /* host address type */36 int h_length; /* length of address */37 char **h_addr_list; /* list of addresses from name server */
113 struct hostent { struct137 struct hostent *hptr argument
96 struct hostent { struct97 char *h_name; /* official name of host */98 char **h_aliases; /* alias list */99 int h_addrtype; /* host address type */100 int h_length; /* length of address */101 char **h_addr_list; /* list of addresses from name server */