Searched refs:qport (Results 1 – 6 of 6) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | net_chan.c | 81 cvar_t qport = CVAR2("qport", "0"); variable 102 Cvar_RegisterVariable (&qport); in Netchan_Init() 162 void Netchan_Setup (netchan_t *chan, netadr_t adr, int qport) in Netchan_Setup() argument 173 chan->qport = qport; in Netchan_Setup() 272 MSG_WriteShort (&send, cls.qport); in Netchan_Transmit() 329 int qport; in Netchan_Process() local 347 qport = MSG_ReadShort (); in Netchan_Process()
|
D | net.h | 72 int qport; member 108 void Netchan_Setup (netchan_t *chan, netadr_t adr, int qport);
|
D | cl_main.c | 214 cls.qport = Cvar_VariableValue("qport"); in CL_SendConnectPacket() 220 255, 255, 255, 255, PROTOCOL_VERSION, cls.qport, cls.challenge, cls.userinfo); in CL_SendConnectPacket() 820 Netchan_Setup (&cls.netchan, net_from, cls.qport); in CL_ConnectionlessPacket()
|
D | client.h | 174 int qport; member
|
/external/quake/quake/src/QW/server/ |
D | sv_main.c | 515 int qport; in SVC_DirectConnect() local 527 qport = atoi(Cmd_Argv(2)); in SVC_DirectConnect() 608 && ( cl->netchan.qport == qport in SVC_DirectConnect() 677 Netchan_Setup (&newcl->netchan , adr, qport); in SVC_DirectConnect() 1071 int qport; in SV_ReadPackets() local 1094 qport = MSG_ReadShort () & 0xffff; in SV_ReadPackets() 1103 if (cl->netchan.qport != qport) in SV_ReadPackets()
|
D | sv_ccmds.c | 470 , cl->netchan.qport); in SV_Status_f()
|