Home
last modified time | relevance | path

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

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