Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_input.c2956 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4)); in tcp_input()
3664 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3735 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3748 tp->ts_recent = to.to_tsval; in tcp_input()
3931 tp->tsv_high = to.to_tsval; in tcp_input()
4546 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
4607 bool newer_time = TSTMP_GT(to.to_tsval, tp->ts_recent) || in tcp_input()
4608 (to.to_tsval == tp->ts_recent && higher_seq); in tcp_input()
4803 tp->ts_recent = to.to_tsval; in tcp_input()
6025 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.c795 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
797 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
798 optp += sizeof(to->to_tsval); in tcp_addoptions()
H A Dtcp_var.h1080 uint32_t to_tsval; member
H A Dtcp_subr.c884 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()
885 to.to_tsecr = peer_to->to_tsval; in tcp_filloptions()