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

  /external/quake/quake/src/WinQuake/
net_mp.cpp 104 ((struct sockaddr_in *)&broadcastaddr)->sin_port = htons(net_hostport);
135 if ((net_acceptsocket = MPATH_OpenSocket (net_hostport)) == -1)
233 port = net_hostport;
407 ((struct sockaddr_in *)addr)->sin_port = htons(net_hostport);
net_udp.cpp 180 temp.sin_port = htons(net_hostport);
213 if ((net_acceptsocket = UDP_OpenSocket (net_hostport)) == -1)
314 port = net_hostport;
480 ((struct sockaddr_in *)addr)->sin_port = htons(net_hostport);
net_wipx.cpp 111 ((struct sockaddr_ipx *)&broadcastaddr)->sa_socket = htons((unsigned short)net_hostport);
144 if ((net_acceptsocket = WIPX_OpenSocket (net_hostport)) == -1)
385 sprintf(buf, "00000000:%s:%u", name, net_hostport);
390 sprintf(buf, "%s:%u", name, net_hostport);
net_wins.cpp 239 ((struct sockaddr_in *)&broadcastaddr)->sin_port = htons((unsigned short)net_hostport);
267 if ((net_acceptsocket = WINS_OpenSocket (net_hostport)) == -1)
364 port = net_hostport;
539 ((struct sockaddr_in *)addr)->sin_port = htons((unsigned short)net_hostport);
net_ipx.cpp 321 if ((net_acceptsocket = IPX_OpenSocket (net_hostport)) == -1)
503 addr.sipx_port = htons(net_hostport);
662 sprintf(buf, "00000000:%s:%u", name, net_hostport);
667 sprintf(buf, "%s:%u", name, net_hostport);
net_main.cpp 33 int net_hostport; variable
239 Con_Printf ("\"port\" is \"%u\"\n", net_hostport);
251 net_hostport = n;
832 net_hostport = DEFAULTnet_hostport;
net_bw.cpp 372 if ((net_acceptsocket = BW_OpenSocket (net_hostport)) == -1)
561 writeInfo->remotePort = net_hostport;
723 port = net_hostport;
net.h 207 extern int net_hostport;
menu.cpp     [all...]

Completed in 345 milliseconds