Home
last modified time | relevance | path

Searched refs:TCPS_FIN_WAIT_1 (Results 1 – 6 of 6) sorted by relevance

/external/qemu/slirp/
Dtcp.h133 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
Dtcp_input.c977 case TCPS_FIN_WAIT_1: in tcp_input()
1042 tp->t_state = TCPS_FIN_WAIT_1; in tcp_input()
1070 case TCPS_FIN_WAIT_1: in tcp_input()
1223 case TCPS_FIN_WAIT_1: in tcp_input()
1408 case TCPS_FIN_WAIT_1: in tcp_input()
Dtcp_subr.c345 tp->t_state = TCPS_FIN_WAIT_1; in tcp_sockclosed()
/external/qemu/slirp-android/
Dtcp.h135 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
Dtcp_input.c983 case TCPS_FIN_WAIT_1: in tcp_input()
1048 tp->t_state = TCPS_FIN_WAIT_1; in tcp_input()
1076 case TCPS_FIN_WAIT_1: in tcp_input()
1229 case TCPS_FIN_WAIT_1: in tcp_input()
1414 case TCPS_FIN_WAIT_1: in tcp_input()
Dtcp_subr.c347 tp->t_state = TCPS_FIN_WAIT_1; in tcp_sockclosed()