Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_timewait.c134 if ((tp->t_flags & TF_RCVD_TSTMP) && flags == TH_ACK) { in tcp_twrespond()
250 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_input.c859 tp->t_flags |= TF_REQ_TSTMP|TF_RCVD_TSTMP; in tcp_input()
1052 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1057 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()
1082 tp->t_flags |= TF_RCVD_TSTMP; in tcp_do_segment()
2955 (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP)) in tcp_mss_update()
Dtcp_var.h403 #define TF_RCVD_TSTMP 0x000100 /* a timestamp was received in SYN */ macro
Dtcp_output.c695 if ((tp->t_flags & TF_RCVD_TSTMP) || in tcp_output()