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

/macosx-10.5.8/xnu-1228.15.4/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.c613 tp->t_state != TCPS_FIN_WAIT_2 &&
785 (tp->t_state <= TCPS_CLOSING || tp->t_state == TCPS_FIN_WAIT_2)) {
H A Dtcp_usrreq.c1373 if (tp && tp->t_state >= TCPS_FIN_WAIT_2) {
1376 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_input.c2048 case TCPS_FIN_WAIT_2:
2329 case TCPS_FIN_WAIT_2:
2715 tp->t_state = TCPS_FIN_WAIT_2;
2988 case TCPS_FIN_WAIT_2:

Completed in 57 milliseconds