Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dnet_bw.cpp126 struct hostent { struct
127 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 */
Dmpdosock.h147 struct hostent { struct
148 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 */
/external/netcat/
Dnetcat.c342 struct hostent * hostent; local