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

/external/netcat/
H A Dnetcat.c79 #include <netdb.h> /* hostent, gethostby*, getservby* */
315 struct hostent * hp;
342 struct hostent * hostent; local
348 hostent abstractions, and then forced them all to be incompatible with
379 hostent = gethostbyname (name);
380 if (! hostent)
383 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);
384 for (x = 0; hostent->h_addr_list[x] && (x < 8); x++) {
385 memcpy (&poop->iaddrs[x], hostent
[all...]
/external/quake/quake/src/WinQuake/
H A Dnet_bw.cpp126 struct hostent { struct
H A Dmpdosock.h147 struct hostent { struct
740 struct hostent FAR * PASCAL FAR gethostbyaddr(const char FAR * addr,
743 struct hostent FAR * PASCAL FAR gethostbyname(const char FAR * name);
781 typedef struct hostent HOSTENT;
782 typedef struct hostent *PHOSTENT;
783 typedef struct hostent FAR *LPHOSTENT;

Completed in 100 milliseconds