Home
last modified time | relevance | path

Searched refs:ts_offset (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()
260 tp->ts_offset = 0; in tcp_twstart()
Dtcp_var.h302 u_int32_t ts_offset; /* our timestamp offset */ member
Dtcp_input.c916 tp->ts_offset = /*sc->sc_tsoff*/0; // No syncookies, so this should always be 0 in tcp_input()
1119 to.to_tsecr -= tp->ts_offset; in tcp_do_segment()
Dtcp_output.c778 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_output()