HomeSort by relevance Sort by last modified time
    Searched full:ipxsocket (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
net_wipx.cpp 39 static int ipxsocket[IPXSOCKETS]; variable
75 ipxsocket[i] = 0;
166 if (ipxsocket[handle] == 0)
186 ipxsocket[handle] = newsocket;
201 int socket = ipxsocket[handle];
205 ipxsocket[handle] = 0;
226 if (pioctlsocket (ipxsocket[net_acceptsocket], FIONREAD, &available) == -1)
240 int socket = ipxsocket[handle];
274 int socket = ipxsocket[handle];
353 int socket = ipxsocket[handle];
    [all...]
net_ipx.cpp 122 static int ipxsocket[IPXSOCKETS]; variable
267 ipxsocket[s] = 0;
371 if (ipxsocket[handle] == 0)
373 ipxsocket[handle] = socket;
405 regs.x.dx = ipxsocket[handle];
408 ipxsocket[handle] = 0;
639 ((struct sockaddr_ipx *)addr)->sipx_port = ipxsocket[handle];

Completed in 1558 milliseconds