Searched refs:TCPS_CLOSED (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_fsm.h75 #define TCPS_CLOSED 0 /* closed */ macro
92 #define TCP6S_CLOSED TCPS_CLOSED
H A Dtcp_usrreq.c1721 tp->t_state = TCPS_CLOSED;
1770 case TCPS_CLOSED:
1772 tp->t_state = TCPS_CLOSED;
H A Dtcp_timer.c353 ((tp != NULL) && (tp->t_state == TCPS_CLOSED) && (so->so_head != NULL)
387 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
H A Dip_compat.h503 #define TCPS_CLOSED 0 /* closed */
H A Dtcp_subr.c912 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
913 tp->t_state = TCPS_CLOSED;
H A Dtcp_input.c1640 if (tp->t_state == TCPS_CLOSED)
2880 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
2886 tp->t_state = TCPS_CLOSED;
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c2167 (tp->t_state == TCPS_CLOSED)) {
2185 (tp->t_state == TCPS_CLOSED)) {
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c1286 TCPS_CLOSED;
1299 (*state)->src.state = (*state)->dst.state = TCPS_CLOSED;
4852 s->dst.state = TCPS_CLOSED;
5928 (*state)->src.state = (*state)->dst.state = TCPS_CLOSED;

Completed in 107 milliseconds