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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_fsm.h88 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
102 #define TCP6S_TIME_WAIT TCPS_TIME_WAIT
106 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
H A Dtcp_input.c1945 case TCPS_TIME_WAIT:
2062 case TCPS_TIME_WAIT:
2191 tp->t_state == TCPS_TIME_WAIT &&
2333 case TCPS_TIME_WAIT:
2729 tp->t_state = TCPS_TIME_WAIT;
2762 case TCPS_TIME_WAIT:
2989 tp->t_state = TCPS_TIME_WAIT;
3010 case TCPS_TIME_WAIT:
3839 tp->t_state = TCPS_TIME_WAIT;
H A Dtcp_usrreq.c917 otp->t_state == TCPS_TIME_WAIT &&
1034 otp->t_state == TCPS_TIME_WAIT &&
H A Dtcp_timer.c612 if (tp->t_state != TCPS_TIME_WAIT &&
H A Dip_compat.h516 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */
H A Dtcp_subr.c1448 if (((tp->t_state == TCPS_LISTEN) || (tp->t_state == TCPS_TIME_WAIT))

Completed in 23 milliseconds