Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_timewait.c135 to.to_flags |= TOF_TS; in tcp_twrespond()
344 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
Dtcp_input.c912 if (/*sc->sc_flags & SCF_TIMESTAMP*/to.to_flags & TOF_TS) { in tcp_input()
1118 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1127 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1132 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()
1156 if (to.to_flags & TOF_TS) { in tcp_do_segment()
1217 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()
1226 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1260 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1778 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
1917 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
[all …]
Dtcp_var.h497 #define TOF_TS 0x0010 /* timestamp */ macro
Dtcp_output.c780 to.to_flags |= TOF_TS; in tcp_output()
1481 case TOF_TS: in tcp_addoptions()