Searched refs:TF_RCVD_TSTMP (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h252 #define TF_RCVD_TSTMP 0x00100 /* a timestamp was received in SYN */ macro
546 (((_tp_)->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP)) == \
547 (TF_REQ_TSTMP|TF_RCVD_TSTMP))
690 #define TF_RCVD_TSTMP 0x00100 /* a timestamp was received in SYN */ macro
H A Dtcp_input.c1167 if ((tp->t_flags & (TF_REQ_TSTMP | TF_RCVD_TSTMP)) !=
1168 (TF_REQ_TSTMP | TF_RCVD_TSTMP) &&
2367 tp->t_flags |= TF_RCVD_TSTMP;
4567 tp->t_flags |= TF_RCVD_TSTMP;
5037 (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP))
H A Dtcp_subr.c2183 (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP)
H A Dtcp_output.c1283 (tp->t_flags & TF_RCVD_TSTMP))) {
H A Dtcp_usrreq.c1465 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP))

Completed in 37 milliseconds