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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_fsm.h86 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
87 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
101 #define TCP6S_FIN_WAIT_2 TCPS_FIN_WAIT_2
H A Dtcp_timer.c569 tp->t_state != TCPS_FIN_WAIT_2 &&
819 (tp->t_state <= TCPS_CLOSING || tp->t_state == TCPS_FIN_WAIT_2)) {
H A Dip_compat.h514 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
515 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */
H A Dtcp_usrreq.c1789 if (tp && tp->t_state >= TCPS_FIN_WAIT_2) {
1792 if (tp->t_state == TCPS_FIN_WAIT_2)
H A Dtcp_input.c2875 case TCPS_FIN_WAIT_2:
3192 case TCPS_FIN_WAIT_2:
3542 struct tcpcb *, tp, int32_t, TCPS_FIN_WAIT_2);
3543 tp->t_state = TCPS_FIN_WAIT_2;
3844 case TCPS_FIN_WAIT_2:
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5919 dst->state >= TCPS_FIN_WAIT_2 &&
5920 src->state >= TCPS_FIN_WAIT_2) {
6137 dst->state = TCPS_FIN_WAIT_2;
6144 if (src->state >= TCPS_FIN_WAIT_2 &&
6145 dst->state >= TCPS_FIN_WAIT_2)
6162 dst->state >= TCPS_FIN_WAIT_2 || src->state >= TCPS_FIN_WAIT_2) &&

Completed in 156 milliseconds