OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qport
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/client/
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
...]
net.h
72
int
qport
;
member in struct:__anon10258
108
void Netchan_Setup (netchan_t *chan, netadr_t adr, int
qport
);
client.h
174
int
qport
;
member in struct:__anon10173
/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
...]
Completed in 88 milliseconds