Home
last modified time | relevance | path

Searched refs:TCPS_FIN_WAIT_2 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/slirp2/
Dtcp.h141 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
Dtcp_input.c963 case TCPS_FIN_WAIT_2:
1056 case TCPS_FIN_WAIT_2:
1221 tp->t_state = TCPS_FIN_WAIT_2;
1402 case TCPS_FIN_WAIT_2:
Dtcp_subr.c380 if (tp && tp->t_state >= TCPS_FIN_WAIT_2)