Searched refs:TF_REQ_TSTMP (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h230 #define TF_REQ_TSTMP 0x00080 /* have/will request timestamps */ macro
498 (((_tp_)->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP)) == \
499 (TF_REQ_TSTMP|TF_RCVD_TSTMP))
639 #define TF_REQ_TSTMP 0x00080 /* have/will request timestamps */ macro
H A Dtcp_subr.c870 tp->t_flags = (TF_REQ_SCALE|TF_REQ_TSTMP);
2118 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
H A Dtcp_output.c1211 * wants to use timestamps (TF_REQ_TSTMP is set) or both our side
1214 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
H A Dtcp_input.c1183 if ((tp->t_flags & (TF_REQ_TSTMP | TF_RCVD_TSTMP)) !=
1184 (TF_REQ_TSTMP | TF_RCVD_TSTMP) &&
4848 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
H A Dtcp_timer.c816 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_REQ_CC);
H A Dtcp_usrreq.c1406 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP))

Completed in 125 milliseconds