Searched refs:TCPS_CLOSE_WAIT (Results 1 - 8 of 8) sorted by relevance

/external/qemu/slirp/
H A Dtcp.h131 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
132 /* states > TCPS_CLOSE_WAIT are those where user has closed */
136 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
H A Dtcp_timer.c279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
H A Dtcp_input.c901 tp->t_state > TCPS_CLOSE_WAIT && ti->ti_len) {
979 case TCPS_CLOSE_WAIT:
1072 case TCPS_CLOSE_WAIT:
1401 tp->t_state = TCPS_CLOSE_WAIT;
H A Dtcp_subr.c348 case TCPS_CLOSE_WAIT:
/external/qemu/slirp-android/
H A Dtcp.h133 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
134 /* states > TCPS_CLOSE_WAIT are those where user has closed */
138 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
H A Dtcp_timer.c279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
H A Dtcp_input.c907 tp->t_state > TCPS_CLOSE_WAIT && ti->ti_len) {
985 case TCPS_CLOSE_WAIT:
1078 case TCPS_CLOSE_WAIT:
1407 tp->t_state = TCPS_CLOSE_WAIT;
H A Dtcp_subr.c350 case TCPS_CLOSE_WAIT:

Completed in 64 milliseconds