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

/macosx-10.10.1/xnu-2782.1.97/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.c3056 case TCPS_TIME_WAIT:
3178 case TCPS_TIME_WAIT:
3329 tp->t_state == TCPS_TIME_WAIT &&
3488 case TCPS_TIME_WAIT:
4015 int32_t, TCPS_TIME_WAIT);
4016 tp->t_state = TCPS_TIME_WAIT;
4047 case TCPS_TIME_WAIT:
4340 int32_t, TCPS_TIME_WAIT);
4341 tp->t_state = TCPS_TIME_WAIT;
4355 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.c1255 otp->t_state == TCPS_TIME_WAIT &&
1378 otp->t_state == TCPS_TIME_WAIT &&
H A Dtcp_timer.c688 if (tp->t_state != TCPS_TIME_WAIT &&
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.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" :
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c6197 src->state = dst->state = TCPS_TIME_WAIT;
6285 src->state = dst->state = TCPS_TIME_WAIT;

Completed in 108 milliseconds