Home
last modified time | relevance | path

Searched defs:hostent (Results 1 – 3 of 3) sorted by relevance

/dragonfly/include/
H A Dnetdb.h105 struct hostent { struct
106 char *h_name; /* official name of host */
107 char **h_aliases; /* alias list */
108 int h_addrtype; /* host address type */
109 int h_length; /* length of address */
110 char **h_addr_list; /* list of addresses from name server */
/dragonfly/test/stress/stress2/testcases/tcp/
H A Dtcp.c101 struct hostent *hostent; in writer() local
/dragonfly/contrib/gdb-7/gdb/
H A Dser-tcp.c161 struct hostent *hostent; in net_open() local