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

  /external/quake/quake/src/WinQuake/
net_mp.cpp 36 static int net_controlsocket; variable
99 if ((net_controlsocket = MPATH_OpenSocket (0)) == -1)
106 MPATH_GetSocketAddr (net_controlsocket, &addr);
115 return net_controlsocket;
123 MPATH_CloseSocket (net_controlsocket);
net_udp.cpp 46 static int net_controlsocket; variable
171 if ((net_controlsocket = UDP_OpenSocket (0)) == -1)
184 UDP_GetSocketAddr (net_controlsocket, &addr);
193 return net_controlsocket;
201 UDP_CloseSocket (net_controlsocket);
net_wipx.cpp 32 static int net_controlsocket; variable
100 if ((net_controlsocket = WIPX_OpenSocket (0)) == -1)
113 WIPX_GetSocketAddr (net_controlsocket, &addr);
122 return net_controlsocket;
130 WIPX_CloseSocket (net_controlsocket);
net_wins.cpp 30 static int net_controlsocket; variable
229 if ((net_controlsocket = WINS_OpenSocket (0)) == -1)
244 return net_controlsocket;
252 WINS_CloseSocket (net_controlsocket);
net_bw.cpp 236 static int net_controlsocket = 0; variable
335 if ((net_controlsocket = BW_OpenSocket (0)) == -1)
342 BW_GetSocketAddr (net_controlsocket, &addr);
351 return net_controlsocket;
359 BW_CloseSocket (net_controlsocket);
net_ipx.cpp 133 static int net_controlsocket; variable
283 if ((net_controlsocket = IPX_OpenSocket (0)) == -1)
292 IPX_GetSocketAddr (net_controlsocket, &addr);
300 return net_controlsocket;
308 IPX_CloseSocket (net_controlsocket);

Completed in 195 milliseconds