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

  /external/quake/quake/src/QW/client/
net.h 72 int qport; member in struct:__anon11608
108 void Netchan_Setup (netchan_t *chan, netadr_t adr, int qport);
net_chan.c 37 16 qport
68 The qport field is a workaround for bad address translating routers that
71 If the base part of the net address matches and the qport matches, then the
81 cvar_t qport = CVAR2("qport", "0"); variable
102 Cvar_RegisterVariable (&qport);
103 Cvar_SetValue("qport", port);
162 void Netchan_Setup (netchan_t *chan, netadr_t adr, int qport)
173 chan->qport = qport;
329 int qport; local
    [all...]
client.h 174 int qport; member in struct:__anon11523
cl_main.c 214 cls.qport = Cvar_VariableValue("qport");
220 255, 255, 255, 255, PROTOCOL_VERSION, cls.qport, cls.challenge, cls.userinfo);
820 Netchan_Setup (&cls.netchan, net_from, cls.qport);
  /external/quake/quake/src/QW/server/
sv_main.c 515 int qport; local
527 qport = atoi(Cmd_Argv(2));
608 && ( cl->netchan.qport == qport
677 Netchan_Setup (&newcl->netchan , adr, qport);
1071 int qport; local
1089 // read the qport out of the message so we can fix up
1094 qport = MSG_ReadShort () & 0xffff;
1103 if (cl->netchan.qport != qport)
    [all...]
sv_ccmds.c 438 Con_Printf ("frags userid address name rate ping drop qport\n");
470 , cl->netchan.qport);

Completed in 121 milliseconds