Home
last modified time | relevance | path

Searched refs:TF_REQ_TSTMP (Results 1 – 6 of 6) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_timewait.c250 if ((tp->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP|TF_NOOPT)) == in tcp_twstart()
251 (TF_REQ_TSTMP|TF_RCVD_TSTMP)) { in tcp_twstart()
Dtcp_subr.c121 tp->t_flags = (TF_REQ_SCALE|TF_REQ_TSTMP); in initialize_tcb()
Dtcp_timer.c427 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
Dtcp_var.h402 #define TF_REQ_TSTMP 0x000080 /* have/will request timestamps */ macro
Dtcp_input.c859 tp->t_flags |= TF_REQ_TSTMP|TF_RCVD_TSTMP; in tcp_input()
2953 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mss_update()
Dtcp_output.c696 ((flags & TH_SYN) && (tp->t_flags & TF_REQ_TSTMP))) { in tcp_output()