Searched refs:UDP_OpenSocket (Results 1 – 5 of 5) sorted by relevance
171 if ((net_controlsocket = UDP_OpenSocket (0)) == -1) in UDP_Init()213 if ((net_acceptsocket = UDP_OpenSocket (net_hostport)) == -1) in UDP_Listen()227 int UDP_OpenSocket (int port) in UDP_OpenSocket() function
77 UDP_OpenSocket,
25 int UDP_OpenSocket (int port);
235 int UDP_OpenSocket (int port) in UDP_OpenSocket() function293 net_socket = UDP_OpenSocket (port); in NET_Init()
231 int UDP_OpenSocket (int port) in UDP_OpenSocket() function302 net_socket = UDP_OpenSocket (port); in NET_Init()