Home
last modified time | relevance | path

Searched refs:V_tcp_do_rfc1323 (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_const.h88 V_tcp_do_rfc1323 = 1, enumerator
Dtcp_subr.c122 if (V_tcp_do_rfc1323) in initialize_tcb()
Dtcp_input.c870 if (!(tp->t_flags & TF_NOOPT) && V_tcp_do_rfc1323) { in tcp_input()