Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_timewait.c136 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_twrespond()
345 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
Dtcp_output.c778 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_output()
1491 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
1493 bcopy((uint8_t *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
1494 optp += sizeof(to->to_tsval); in tcp_addoptions()
Dtcp_input.c914 tp->ts_recent = /*sc->sc_tsreflect*/to.to_tsval; in tcp_input()
1158 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1218 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1229 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1779 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
1922 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2817 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
2818 to->to_tsval = ntohl(to->to_tsval); in tcp_dooptions()
Dtcp_var.h502 u_int32_t to_tsval; /* new timestamp */ member