Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1337 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()
1466 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()
1991 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_process_accecn()
2223 to.to_flags |= TOF_TS; in tcp_input()
2461 if (to.to_flags & TOF_TS) { in tcp_input()
3132 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3203 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3214 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
3261 if (acked == 0 && (to.to_flags & TOF_TS) != 0 && to.to_tsecr != 0 && in tcp_input()
3391 if (to.to_flags & TOF_TS) { in tcp_input()
[all …]
H A Dtcp_sack.c436 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
H A Dtcp_var.h1027 #define TOF_TS 0x0001 /* timestamp */ macro
H A Dtcp_subr.c4294 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()