OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reliable_sequence
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
net.h
86
int
reliable_sequence
; // single bit
member in struct:__anon10258
net_chan.c
244
&& chan->incoming_reliable_acknowledged != chan->
reliable_sequence
)
253
chan->
reliable_sequence
^= 1;
426
if (reliable_ack == (unsigned)chan->
reliable_sequence
)
Completed in 14 milliseconds