Home
last modified time | relevance | path

Searched refs:DCCP_NDP_LIMIT (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/netinet/
Ddccp.h203 #define DCCP_NDP_LIMIT 16 macro
Ddccp_tfrc.c1488 …if (seq_temp % DCCP_NDP_LIMIT != ((int) elm->ndp - (int) elm2->ndp + DCCP_NDP_LIMIT) % DCCP_NDP_LI… in tfrc_recv_detectLoss()