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

/darwin-on-arm/xnu/bsd/netinet/
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) &&
2135 tp->t_flags |= TF_RCVD_TSTMP;
4089 tp->t_flags |= TF_RCVD_TSTMP;
4493 (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP))
H A Dtcp_var.h207 #define TF_RCVD_TSTMP 0x00100 /* a timestamp was received in SYN */ macro
538 #define TF_RCVD_TSTMP 0x00100 /* a timestamp was received in SYN */ macro
H A Dtcp_subr.c2090 (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP)
H A Dtcp_usrreq.c1129 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP))
H A Dtcp_output.c1130 (tp->t_flags & TF_RCVD_TSTMP))) {

Completed in 32 milliseconds