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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h206 #define TF_REQ_TSTMP 0x00080 /* have/will request timestamps */ macro
537 #define TF_REQ_TSTMP 0x00080 /* have/will request timestamps */ macro
H A Dtcp_input.c885 if ((tp->t_flags & (TF_REQ_TSTMP | TF_RCVD_TSTMP)) !=
886 (TF_REQ_TSTMP | TF_RCVD_TSTMP)) {
1029 if ((tp->t_flags & (TF_REQ_TSTMP | TF_RCVD_TSTMP)) !=
1030 (TF_REQ_TSTMP | TF_RCVD_TSTMP) &&
4491 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
H A Dtcp_subr.c855 tp->t_flags = (TF_REQ_SCALE|TF_REQ_TSTMP);
2089 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
H A Dtcp_output.c1124 * wants to use timestamps (TF_REQ_TSTMP is set) or both our side
1127 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
H A Dtcp_timer.c719 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_REQ_CC);
H A Dtcp_usrreq.c1129 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP))

Completed in 92 milliseconds