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

/external/qemu/slirp/
H A Dtcp.h138 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
142 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
H A Dtcp_timer.c146 if (tp->t_state != TCPS_TIME_WAIT &&
H A Dtcp_input.c923 tp->t_state == TCPS_TIME_WAIT &&
989 case TCPS_TIME_WAIT:
1075 case TCPS_TIME_WAIT:
1248 tp->t_state = TCPS_TIME_WAIT;
1273 case TCPS_TIME_WAIT:
1418 tp->t_state = TCPS_TIME_WAIT;
1427 case TCPS_TIME_WAIT:
H A Dtcp_subr.c1295 (tmpso->so_tcpcb->t_state & (TCPS_TIME_WAIT|TCPS_LAST_ACK))
/external/qemu/slirp-android/
H A Dtcp.h140 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
144 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
H A Dtcp_timer.c146 if (tp->t_state != TCPS_TIME_WAIT &&
H A Dtcp_input.c929 tp->t_state == TCPS_TIME_WAIT &&
995 case TCPS_TIME_WAIT:
1081 case TCPS_TIME_WAIT:
1254 tp->t_state = TCPS_TIME_WAIT;
1279 case TCPS_TIME_WAIT:
1424 tp->t_state = TCPS_TIME_WAIT;
1433 case TCPS_TIME_WAIT:
H A Dtcp_subr.c1149 (tmpso->so_tcpcb->t_state & (TCPS_TIME_WAIT|TCPS_LAST_ACK))

Completed in 87 milliseconds