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

/xnu-2422.115.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.c2887 case TCPS_TIME_WAIT:
3009 case TCPS_TIME_WAIT:
3158 tp->t_state == TCPS_TIME_WAIT &&
3317 case TCPS_TIME_WAIT:
3837 int32_t, TCPS_TIME_WAIT);
3838 tp->t_state = TCPS_TIME_WAIT;
3865 case TCPS_TIME_WAIT:
4156 int32_t, TCPS_TIME_WAIT);
4157 tp->t_state = TCPS_TIME_WAIT;
4172 case TCPS_TIME_WAIT
[all...]
H A Dip_compat.h516 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */
H A Dtcp_usrreq.c1196 otp->t_state == TCPS_TIME_WAIT &&
1319 otp->t_state == TCPS_TIME_WAIT &&
H A Dtcp_timer.c648 if (tp->t_state != TCPS_TIME_WAIT &&
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.d71 inline int TCPS_TIME_WAIT = 10;
72 #pragma D binding "1.0" TCPS_TIME_WAIT
184 T->t_state == TCPS_TIME_WAIT ? "state-time-wait" :
224 I == TCPS_TIME_WAIT ? "state-time-wait" :
/xnu-2422.115.4/bsd/net/
H A Dntstat.c893 tp->t_state == TCPS_TIME_WAIT) ? 1 : 0;
H A Dpf.c6198 src->state = dst->state = TCPS_TIME_WAIT;
6286 src->state = dst->state = TCPS_TIME_WAIT;

Completed in 80 milliseconds