Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_input.c1250 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()
1379 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()
1939 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_input_process_accecn_synack()
2064 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_input_process_accecn_last_ack()
2175 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_process_accecn()
2955 to.to_flags |= TOF_TS; in tcp_input()
3191 if (to.to_flags & TOF_TS) { in tcp_input()
3662 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3733 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3744 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
[all …]
H A Dtcp_sack.c425 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
H A Dtcp_var.h1069 #define TOF_TS 0x0001 /* timestamp */ macro
H A Dtcp_subr.c878 if ((peer_to->to_flags & TOF_TS)) { in tcp_filloptions()
882 to.to_flags |= TOF_TS; in tcp_filloptions()
4455 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()
H A Dtcp_output.c724 case TOF_TS: in tcp_addoptions()