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

/macosx-10.10.1/xnu-2782.1.97/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_usrreq.c1914 if (tp->t_state == TCPS_FIN_WAIT_2 &&
1932 if (tp->t_state == TCPS_FIN_WAIT_2 &&
2419 if (tp && tp->t_state >= TCPS_FIN_WAIT_2) {
2422 if (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_timer.c689 tp->t_state != TCPS_FIN_WAIT_2 &&
1003 (tp->t_state <= TCPS_CLOSING || tp->t_state == TCPS_FIN_WAIT_2)) {
H A Dtcp_input.c3161 case TCPS_FIN_WAIT_2:
3484 case TCPS_FIN_WAIT_2:
3995 int32_t, TCPS_FIN_WAIT_2);
3996 tp->t_state = TCPS_FIN_WAIT_2;
4336 case TCPS_FIN_WAIT_2:
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d69 inline int TCPS_FIN_WAIT_2 = 9;
70 #pragma D binding "1.0" TCPS_FIN_WAIT_2
183 T->t_state == TCPS_FIN_WAIT_2 ? "state-fin-wait2" :
223 I == TCPS_FIN_WAIT_2 ? "state-fin-wait2" :
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c5973 dst->state >= TCPS_FIN_WAIT_2 &&
5974 src->state >= TCPS_FIN_WAIT_2) {
6194 dst->state = TCPS_FIN_WAIT_2;
6201 if (src->state >= TCPS_FIN_WAIT_2 &&
6202 dst->state >= TCPS_FIN_WAIT_2)
6219 dst->state >= TCPS_FIN_WAIT_2 || src->state >= TCPS_FIN_WAIT_2) &&

Completed in 200 milliseconds