Searched refs:my_tcpip_address (Results 1 – 9 of 9) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | net_wins.cpp | 113 …sprintf(my_tcpip_address, "%d.%d.%d.%d", (addr >> 24) & 0xff, (addr >> 16) & 0xff, (addr >> 8) & 0… in WINS_GetLocalAddress() 216 strcpy(my_tcpip_address, com_argv[i+1]); in WINS_Init() 226 strcpy(my_tcpip_address, "INADDR_ANY"); in WINS_Init()
|
D | net_mp.cpp | 107 Q_strcpy(my_tcpip_address, MPATH_AddrToString (&addr)); in MPATH_Init() 108 p = Q_strrchr (my_tcpip_address, ':'); in MPATH_Init()
|
D | net_udp.cpp | 185 Q_strcpy(my_tcpip_address, UDP_AddrToString (&addr)); in UDP_Init() 186 colon = Q_strrchr (my_tcpip_address, ':'); in UDP_Init()
|
D | net_main.cpp | 37 char my_tcpip_address[NET_NAMELEN]; variable 886 if (*my_tcpip_address) in NET_Init() 887 Con_DPrintf("TCP/IP address %s\n", my_tcpip_address); in NET_Init()
|
D | net_bw.cpp | 343 Q_strcpy(my_tcpip_address, BW_AddrToString (&addr)); in BW_Init() 344 colon = Q_strrchr (my_tcpip_address, ':'); in BW_Init()
|
D | net.h | 327 extern char my_tcpip_address[NET_NAMELEN];
|
D | host_cmd.cpp | 87 print ("tcp/ip: %s\n", my_tcpip_address); in Host_Status_f()
|
D | menu.cpp | 2254 M_Print (basex+9*8, 52, my_tcpip_address); in M_LanConfig_Draw()
|
D | WinQuake.ncb | 1244 …olean)unreliableMessagesSentnet_messageNET_SendUnreliableMessagemy_tcpip_addresschar %[NET_NA…
|