Home
last modified time | relevance | path

Searched refs:WIPX_OpenSocket (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
Dnet_wipx.cpp100 if ((net_controlsocket = WIPX_OpenSocket (0)) == -1) in WIPX_Init()
144 if ((net_acceptsocket = WIPX_OpenSocket (net_hostport)) == -1) in WIPX_Listen()
158 int WIPX_OpenSocket (int port) in WIPX_OpenSocket() function
Dnet_wipx.h25 int WIPX_OpenSocket (int port);
Dnet_win.cpp101 WIPX_OpenSocket,