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

/macosx-10.5.8/xnu-1228.15.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_timer.c261 if (tp == 0 || tp->t_state == TCPS_LISTEN) {
398 if (tp == 0 || tp->t_state == TCPS_LISTEN) {
405 if (tp == 0 || tp->t_state == TCPS_LISTEN)
H A Dtcp_usrreq.c364 tp->t_state = TCPS_LISTEN;
384 tp->t_state = TCPS_LISTEN;
1355 case TCPS_LISTEN:
H A Dip_compat.h504 #define TCPS_LISTEN 1 /* listening for connection */
H A Dtcp_input.c1132 * we're committed to it below in TCPS_LISTEN.
1242 tp->t_state = TCPS_LISTEN;
1387 if (tp->t_state != TCPS_LISTEN && optp)
1652 case TCPS_LISTEN: {
H A Dtcp_subr.c1448 if (((tp->t_state == TCPS_LISTEN) || (tp->t_state == TCPS_TIME_WAIT))

Completed in 106 milliseconds