OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unreliableSendSequence
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/WinQuake/
net.h
137
unsigned int
unreliableSendSequence
;
net_ser.cpp
521
b = p->sock->
unreliableSendSequence
;
522
p->sock->
unreliableSendSequence
= (b + 1) & 0xff;
net_main.cpp
139
sock->
unreliableSendSequence
= 0;
net_dgrm.cpp
306
packetBuffer.sequence = BigLong(sock->
unreliableSendSequence
++);
[
all
...]
Completed in 147 milliseconds