Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/ !
H A Dtcp_input.c2956 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4)); in tcp_input()
3663 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3734 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3747 tp->ts_recent = to.to_tsval; in tcp_input()
3930 tp->tsv_high = to.to_tsval; in tcp_input()
4545 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
4606 bool newer_time = TSTMP_GT(to.to_tsval, tp->ts_recent) || in tcp_input()
4607 (to.to_tsval == tp->ts_recent && higher_seq); in tcp_input()
4802 tp->ts_recent = to.to_tsval; in tcp_input()
6024 tp->tsv_high = to.to_tsval; in tcp_input()
[all …]
H A Dtcp_rledbat.c270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
H A Dtcp_output.c735 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
737 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
738 optp += sizeof(to->to_tsval); in tcp_addoptions()
H A Dtcp_var.h1080 uint32_t to_tsval; member
H A Dtcp_subr.c880 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()
881 to.to_tsecr = peer_to->to_tsval; in tcp_filloptions()