OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgethostbyaddr
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/QW/client/
winquake.h
110
struct hostent FAR * (PASCAL FAR *
pgethostbyaddr
)(const char FAR * addr,
variable in typeref:struct:pgethostbyaddr
/external/quake/quake/src/WinQuake/
net_wins.cpp
52
struct hostent FAR * (PASCAL FAR *
pgethostbyaddr
)(const char FAR * addr,
variable in typeref:struct:pgethostbyaddr
150
pgethostbyaddr
= (void *)GetProcAddress(hInst, "gethostbyaddr");
156
!pgethostname || !pgethostbyname || !
pgethostbyaddr
||
514
hostentry =
pgethostbyaddr
((char *)&((struct sockaddr_in *)addr)->sin_addr, sizeof(struct in_addr), AF_INET);
winquake.h
111
struct hostent FAR * (PASCAL FAR *
pgethostbyaddr
)(const char FAR * addr,
variable in typeref:struct:pgethostbyaddr
Completed in 34 milliseconds