HomeSort by relevance Sort by last modified time
    Searched full: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/
winquake.h 111 struct hostent FAR * (PASCAL FAR *pgethostbyaddr)(const char FAR * addr, variable in typeref:struct:pgethostbyaddr
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);

Completed in 159 milliseconds