Home
last modified time | relevance | path

Searched refs:TOF_SACK (Results 1 – 4 of 4) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_output.c714 to.to_flags |= TOF_SACK; in tcp_output()
1426 case TOF_SACK: in tcp_addoptions()
Dtcp_var.h482 #define TOF_SACK 0x0080 /* Peer sent SACK option */ macro
Dtcp_input.c1138 (to.to_flags & TOF_SACK) == 0 && in tcp_do_segment()
1898 ((to.to_flags & TOF_SACK) || in tcp_do_segment()
2683 to->to_flags |= TOF_SACK; in tcp_dooptions()
Dtcp_sack.c349 if (to->to_flags & TOF_SACK) { in tcp_sack_doack()