Searched defs:hostent (Results 1 – 6 of 6) 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
94 struct hostent { struct95 char *h_name; /* official name of host */96 char **h_aliases; /* alias list */97 int h_addrtype; /* host address type */98 int h_length; /* length of address */99 char **h_addr_list; /* list of addresses from name server */
3498 struct hostent hostent, *host = &hostent; in tcp_gethost() local5980 { struct hostent *hostent = gethostbyname((char*)domain); in soap_putcookies() local