Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_input.c1378 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()
1515 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()
2051 to.to_flags |= TOF_TS; in tcp_input()
2276 if (to.to_flags & TOF_TS) { in tcp_input()
2871 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
2942 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
2953 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
3083 if (to.to_flags & TOF_TS) { in tcp_input()
3808 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()
4069 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
[all …]
H A Dtcp_var.h807 #define TOF_TS 0x0001 /* timestamp */ macro