Searched refs:ipxsocket (Results 1 – 2 of 2) sorted by relevance
39 static int ipxsocket[IPXSOCKETS]; variable75 ipxsocket[i] = 0; in WIPX_Init()166 if (ipxsocket[handle] == 0) in WIPX_OpenSocket()186 ipxsocket[handle] = newsocket; in WIPX_OpenSocket()201 int socket = ipxsocket[handle]; in WIPX_CloseSocket()205 ipxsocket[handle] = 0; in WIPX_CloseSocket()226 if (pioctlsocket (ipxsocket[net_acceptsocket], FIONREAD, &available) == -1) in WIPX_CheckNewConnections()240 int socket = ipxsocket[handle]; in WIPX_Read()274 int socket = ipxsocket[handle]; in WIPX_Write()353 int socket = ipxsocket[handle]; in WIPX_GetSocketAddr()
122 static int ipxsocket[IPXSOCKETS]; variable267 ipxsocket[s] = 0; in IPX_Init()371 if (ipxsocket[handle] == 0) in IPX_OpenSocket()373 ipxsocket[handle] = socket; in IPX_OpenSocket()405 regs.x.dx = ipxsocket[handle]; in IPX_CloseSocket()408 ipxsocket[handle] = 0; in IPX_CloseSocket()639 ((struct sockaddr_ipx *)addr)->sipx_port = ipxsocket[handle]; in IPX_GetSocketAddr()