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

/external/qemu/slirp/
H A Dtcp.h126 #define TCPS_LISTEN 1 /* listening for connection */ macro
H A Dtcp_input.c425 tp->t_state = TCPS_LISTEN;
465 if (optp && tp->t_state != TCPS_LISTEN)
624 case TCPS_LISTEN: {
735 } /* case TCPS_LISTEN */
H A Dtcp_subr.c337 case TCPS_LISTEN:
/external/qemu/slirp-android/
H A Dtcp.h128 #define TCPS_LISTEN 1 /* listening for connection */ macro
H A Dtcp_input.c430 tp->t_state = TCPS_LISTEN;
470 if (optp && tp->t_state != TCPS_LISTEN)
629 case TCPS_LISTEN: {
741 } /* case TCPS_LISTEN */
H A Dtcp_subr.c339 case TCPS_LISTEN:

Completed in 287 milliseconds