Searched refs:to_tsval (Results 1 – 4 of 4) sorted by relevance
136 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_twrespond()345 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
778 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()
914 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()
502 u_int32_t to_tsval; /* new timestamp */ member