Searched refs:TCPS_SYN_SENT (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_fsm.h77 #define TCPS_SYN_SENT 2 /* active, have sent syn */ macro
94 #define TCP6S_SYN_SENT TCPS_SYN_SENT
H A Dtcp_usrreq.c712 if (nam && tp->t_state < TCPS_SYN_SENT) {
763 if (nam && tp->t_state < TCPS_SYN_SENT) {
975 tp->t_state = TCPS_SYN_SENT;
1082 tp->t_state = TCPS_SYN_SENT;
1776 case TCPS_SYN_SENT:
H A Dtcp_timer.c640 if (tp->t_state == TCPS_SYN_SENT)
717 if ((tp->t_state == TCPS_SYN_SENT) &&
H A Dip_compat.h505 #define TCPS_SYN_SENT 2 /* active, have sent syn */
H A Dtcp_subr.c2005 if (tp && tp->t_state == TCPS_SYN_SENT)
2179 tp->t_state == TCPS_SYN_SENT && rt != NULL && rt->rt_ifp != NULL &&
2270 tp->t_state == TCPS_SYN_SENT && rt != NULL && rt->rt_ifp != NULL &&
H A Dtcp_output.c637 if (len > 0 && tp->t_state == TCPS_SYN_SENT) {
H A Dtcp_input.c2127 if (tp->t_state == TCPS_SYN_SENT && (thflags & TH_SYN)) {
2629 case TCPS_SYN_SENT:
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c4851 s->src.state = TCPS_SYN_SENT;
6011 if (src->state < TCPS_SYN_SENT)
6012 src->state = TCPS_SYN_SENT;
6048 (dst->state < TCPS_SYN_SENT)) {
6122 if (src->state < TCPS_SYN_SENT)
6123 src->state = TCPS_SYN_SENT;
6128 if (dst->state == TCPS_SYN_SENT) {
6161 } else if ((dst->state < TCPS_SYN_SENT ||
6233 if ((*state)->dst.state == TCPS_SYN_SENT &&
6234 (*state)->src.state == TCPS_SYN_SENT) {
[all...]
H A Dntstat.c855 out_counts->nstat_connectattempts = tp->t_state >= TCPS_SYN_SENT ? 1 : 0;

Completed in 101 milliseconds