HomeSort by relevance Sort by last modified time
    Searched refs:psocket (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/client/
winquake.h 99 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol); variable
  /external/quake/quake/src/WinQuake/
net_wins.cpp 41 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol); variable
142 psocket = (void *)GetProcAddress(hInst, "socket");
154 !psocket || !pioctlsocket || !psetsockopt ||
287 if ((newsocket = psocket (PF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1)
winquake.h 100 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol); variable
net_wipx.cpp 171 if ((newsocket = psocket (AF_IPX, SOCK_DGRAM, NSPROTO_IPX)) == INVALID_SOCKET)

Completed in 65 milliseconds