Home
last modified time | relevance | path

Searched refs:TOF_TS (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_input.c1388 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()
1511 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()
2073 to.to_flags |= TOF_TS; in tcp_input()
2298 if (to.to_flags & TOF_TS) { in tcp_input()
2938 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3009 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3020 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
3150 if (to.to_flags & TOF_TS) { in tcp_input()
4091 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()
4352 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
[all …]
H A Dtcp_var.h862 #define TOF_TS 0x0001 /* timestamp */ macro