OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:seq_temp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
dccp_tfrc.c
1453
long
seq_temp
= 0;
local in function:tfrc_recv_detectLoss
1479
seq_temp
= ((long) (elm->seq)) - ((long) elm2->seq);
1481
if (
seq_temp
< 0)
1482
seq_temp
=
seq_temp
+ DCCP_SEQ_NUM_LIMIT;
1484
if (
seq_temp
!= 1) {
1487
seq_temp
=
seq_temp
- 1;
1488
if (
seq_temp
% DCCP_NDP_LIMIT != ((int) elm->ndp - (int) elm2->ndp + DCCP_NDP_LIMIT) % DCCP_NDP_LIMIT)
1514
long
seq_temp
= 0
local in function:tfrc_recv_updateLI
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025