Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_input.c2217 to.to_flags |= TOF_TS; in tcp_input()
2443 if (to.to_flags & TOF_TS) { in tcp_input()
3096 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3167 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3178 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
3354 if (to.to_flags & TOF_TS) { in tcp_input()
4505 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
5766 if (to.to_flags & TOF_TS) { in tcp_input()
5820 if (to.to_flags & TOF_TS) { in tcp_input()
6185 to->to_flags |= TOF_TS; in tcp_dooptions()
[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.h1010 #define TOF_TS 0x0001 /* timestamp */ macro
H A Dtcp_subr.c4297 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()