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

/xnu-2422.115.4/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.c361 tp->t_state = TCPS_LISTEN;
381 tp->t_state = TCPS_LISTEN;
1405 if (tp->t_state > TCPS_LISTEN) {
1462 if (tp->t_state > TCPS_LISTEN) {
2288 case TCPS_LISTEN:
H A Dip_compat.h504 #define TCPS_LISTEN 1 /* listening for connection */
H A Dtcp_input.c1792 if (tp->t_state == TCPS_LISTEN &&
1972 * we're committed to it below in TCPS_LISTEN.
2069 struct tcpcb *, tp, int32_t, TCPS_LISTEN);
2070 tp->t_state = TCPS_LISTEN;
2184 if (tp->t_state != TCPS_LISTEN && optp) {
2586 case TCPS_LISTEN: {
H A Dtcp_subr.c1974 if (((tp->t_state == TCPS_LISTEN) || (tp->t_state == TCPS_TIME_WAIT))
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dtcp.d53 inline int TCPS_LISTEN = 1;
54 #pragma D binding "1.0" TCPS_LISTEN
175 T->t_state == TCPS_LISTEN ? "state-listen" :
215 I == TCPS_LISTEN ? "state-listen" :

Completed in 39 milliseconds