Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c2224 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4)); in tcp_input()
3133 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3204 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3217 tp->ts_recent = to.to_tsval; in tcp_input()
3392 tp->tsv_high = to.to_tsval; in tcp_input()
4291 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
4559 tp->ts_recent = to.to_tsval; in tcp_input()
5824 tp->tsv_high = to.to_tsval; in tcp_input()
5878 tp->tsv_high = to.to_tsval; in tcp_input()
6251 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
[all …]
H A Dtcp_rledbat.c270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
H A Dtcp_var.h1036 uint32_t to_tsval; member