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

  /external/quake/quake/src/WinQuake/
net_main.cpp 37 char my_tcpip_address[NET_NAMELEN]; variable
886 if (*my_tcpip_address)
887 Con_DPrintf("TCP/IP address %s\n", my_tcpip_address);
net_wins.cpp 113 sprintf(my_tcpip_address, "%d.%d.%d.%d", (addr >> 24) & 0xff, (addr >> 16) & 0xff, (addr >> 8) & 0xff, addr & 0xff);
216 strcpy(my_tcpip_address, com_argv[i+1]);
226 strcpy(my_tcpip_address, "INADDR_ANY");
net.h 327 extern char my_tcpip_address[NET_NAMELEN];
net_mp.cpp 107 Q_strcpy(my_tcpip_address, MPATH_AddrToString (&addr));
108 p = Q_strrchr (my_tcpip_address, ':');
net_udp.cpp 185 Q_strcpy(my_tcpip_address, UDP_AddrToString (&addr));
186 colon = Q_strrchr (my_tcpip_address, ':');
net_bw.cpp 343 Q_strcpy(my_tcpip_address, BW_AddrToString (&addr));
344 colon = Q_strrchr (my_tcpip_address, ':');
host_cmd.cpp 87 print ("tcp/ip: %s\n", my_tcpip_address);
    [all...]
menu.cpp     [all...]
WinQuake.ncb     [all...]

Completed in 389 milliseconds