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

/macosx-10.10.1/xnu-2782.1.97/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.c373 tp->t_state = TCPS_LISTEN;
393 tp->t_state = TCPS_LISTEN;
1464 if (tp->t_state > TCPS_LISTEN) {
1521 if (tp->t_state > TCPS_LISTEN) {
2394 case TCPS_LISTEN:
H A Dip_compat.h504 #define TCPS_LISTEN 1 /* listening for connection */
H A Dtcp_input.c1945 if (tp->t_state == TCPS_LISTEN &&
2129 * we're committed to it below in TCPS_LISTEN.
2229 struct tcpcb *, tp, int32_t, TCPS_LISTEN);
2230 tp->t_state = TCPS_LISTEN;
2346 if (tp->t_state != TCPS_LISTEN && optp) {
2740 case TCPS_LISTEN: {
H A Dtcp_subr.c2038 if (((tp->t_state == TCPS_LISTEN) || (tp->t_state == TCPS_TIME_WAIT))
/macosx-10.10.1/xnu-2782.1.97/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" :
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dinet.c340 if (!aflag && istcp && tp->t_state <= TCPS_LISTEN)

Completed in 201 milliseconds