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

  /external/qemu/slirp/
tcp.h 129 /* states < TCPS_ESTABLISHED are those where connections not established */
130 #define TCPS_ESTABLISHED 4 /* established */
141 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
tcp_timer.c 275 if (tp->t_state < TCPS_ESTABLISHED)
tcp_input.c 71 (tp)->t_state == TCPS_ESTABLISHED) {\
94 (tp)->t_state == TCPS_ESTABLISHED) { \
488 if (tp->t_state == TCPS_ESTABLISHED &&
776 tp->t_state = TCPS_ESTABLISHED;
976 case TCPS_ESTABLISHED:
1023 tp->t_state = TCPS_ESTABLISHED;
1069 case TCPS_ESTABLISHED:
    [all...]
tcp_subr.c 344 case TCPS_ESTABLISHED:
    [all...]
  /external/qemu/slirp-android/
tcp.h 131 /* states < TCPS_ESTABLISHED are those where connections not established */
132 #define TCPS_ESTABLISHED 4 /* established */
143 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
tcp_timer.c 275 if (tp->t_state < TCPS_ESTABLISHED)
tcp_input.c 71 (tp)->t_state == TCPS_ESTABLISHED) {\
94 (tp)->t_state == TCPS_ESTABLISHED) { \
493 if (tp->t_state == TCPS_ESTABLISHED &&
782 tp->t_state = TCPS_ESTABLISHED;
982 case TCPS_ESTABLISHED:
1029 tp->t_state = TCPS_ESTABLISHED;
1075 case TCPS_ESTABLISHED:
    [all...]
tcp_subr.c 346 case TCPS_ESTABLISHED:

Completed in 53 milliseconds