Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/tcplp/bsdtcp/
Dcc.h92 #define CCF_TCPHDR_CWR 0x0020 /* Does this packet set CWR bit? */ macro
Dtcp_input.c341 tp->ccv->flags |= CCF_TCPHDR_CWR; in cc_ecnpkt_handler()
343 tp->ccv->flags &= ~CCF_TCPHDR_CWR; in cc_ecnpkt_handler()