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

/darwin-on-arm/xnu/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.c2770 case TCPS_TIME_WAIT:
2896 case TCPS_TIME_WAIT:
3045 tp->t_state == TCPS_TIME_WAIT &&
3196 case TCPS_TIME_WAIT:
3558 struct tcpcb *, tp, int32_t, TCPS_TIME_WAIT);
3559 tp->t_state = TCPS_TIME_WAIT;
3591 case TCPS_TIME_WAIT:
3846 struct tcpcb *, tp, int32_t, TCPS_TIME_WAIT);
3847 tp->t_state = TCPS_TIME_WAIT;
3865 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.c935 otp->t_state == TCPS_TIME_WAIT &&
1049 otp->t_state == TCPS_TIME_WAIT &&
H A Dtcp_timer.c568 if (tp->t_state != TCPS_TIME_WAIT &&
H A Dtcp_subr.c1945 if (((tp->t_state == TCPS_LISTEN) || (tp->t_state == TCPS_TIME_WAIT))
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c826 return (inp->inp_state == INPCB_STATE_DEAD || tp->t_state == TCPS_TIME_WAIT) ? 1 : 0;
843 if (inp->inp_state == INPCB_STATE_DEAD || tp->t_state == TCPS_TIME_WAIT)
H A Dpf.c6140 src->state = dst->state = TCPS_TIME_WAIT;
6228 src->state = dst->state = TCPS_TIME_WAIT;

Completed in 57 milliseconds