Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_input.c2052 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4)); in tcp_input()
2872 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
2943 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
2956 tp->ts_recent = to.to_tsval; in tcp_input()
3084 tp->tsv_high = to.to_tsval; in tcp_input()
3809 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
4074 tp->ts_recent = to.to_tsval; in tcp_input()
5154 tp->tsv_high = to.to_tsval; in tcp_input()
5208 tp->tsv_high = to.to_tsval; in tcp_input()
5553 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
[all …]
H A Dtcp_rledbat.c284 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
H A Dtcp_var.h816 uint32_t to_tsval; member