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

/external/qemu/slirp/
H A Dtcp.h136 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
137 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
H A Dtcp_input.c978 case TCPS_FIN_WAIT_2:
1071 case TCPS_FIN_WAIT_2:
1236 tp->t_state = TCPS_FIN_WAIT_2;
1417 case TCPS_FIN_WAIT_2:
H A Dtcp_subr.c353 if (tp && tp->t_state >= TCPS_FIN_WAIT_2)
/external/qemu/slirp-android/
H A Dtcp.h138 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
139 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
H A Dtcp_input.c984 case TCPS_FIN_WAIT_2:
1077 case TCPS_FIN_WAIT_2:
1242 tp->t_state = TCPS_FIN_WAIT_2;
1423 case TCPS_FIN_WAIT_2:
H A Dtcp_subr.c355 if (tp && tp->t_state >= TCPS_FIN_WAIT_2)

Completed in 42 milliseconds