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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_fsm.h76 #define TCPS_LISTEN 1 /* listening for connection */ macro
93 #define TCP6S_LISTEN TCPS_LISTEN
H A Dtcp_usrreq.c367 tp->t_state = TCPS_LISTEN;
387 tp->t_state = TCPS_LISTEN;
1128 if (tp->t_state > TCPS_LISTEN) {
1771 case TCPS_LISTEN:
H A Dip_compat.h504 #define TCPS_LISTEN 1 /* listening for connection */
H A Dtcp_input.c1655 if (tp->t_state == TCPS_LISTEN && (so->so_options & SO_ACCEPTCONN) == 0)
1859 * we're committed to it below in TCPS_LISTEN.
1956 struct tcpcb *, tp, int32_t, TCPS_LISTEN);
1957 tp->t_state = TCPS_LISTEN;
2124 if (tp->t_state != TCPS_LISTEN && optp)
2494 case TCPS_LISTEN: {
H A Dtcp_subr.c1945 if (((tp->t_state == TCPS_LISTEN) || (tp->t_state == TCPS_TIME_WAIT))

Completed in 89 milliseconds