Searched refs:WIPX_OpenSocket (Results 1 – 3 of 3) sorted by relevance
100 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
25 int WIPX_OpenSocket (int port);
101 WIPX_OpenSocket,