HomeSort by: relevance | last modified time | path
    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