HomeSort by relevance Sort by last modified time
    Searched refs:TCPS_LISTEN (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
tcp.h 126 #define TCPS_LISTEN 1 /* listening for connection */
tcp_input.c 425 tp->t_state = TCPS_LISTEN;
465 if (optp && tp->t_state != TCPS_LISTEN)
624 case TCPS_LISTEN: {
735 } /* case TCPS_LISTEN */
    [all...]
tcp_subr.c 337 case TCPS_LISTEN:
    [all...]
  /external/qemu/slirp-android/
tcp.h 128 #define TCPS_LISTEN 1 /* listening for connection */
tcp_input.c 430 tp->t_state = TCPS_LISTEN;
470 if (optp && tp->t_state != TCPS_LISTEN)
629 case TCPS_LISTEN: {
741 } /* case TCPS_LISTEN */
    [all...]
tcp_subr.c 339 case TCPS_LISTEN:

Completed in 994 milliseconds