Home
last modified time | relevance | path

Searched refs:TCPS_ESTABLISHED (Results 1 – 8 of 8) sorted by relevance

/external/qemu/slirp/
Dtcp.h130 #define TCPS_ESTABLISHED 4 /* established */ macro
141 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
Dtcp_input.c71 (tp)->t_state == TCPS_ESTABLISHED) {\
94 (tp)->t_state == TCPS_ESTABLISHED) { \
488 if (tp->t_state == TCPS_ESTABLISHED && in tcp_input()
776 tp->t_state = TCPS_ESTABLISHED; in tcp_input()
976 case TCPS_ESTABLISHED: in tcp_input()
1023 tp->t_state = TCPS_ESTABLISHED; in tcp_input()
1069 case TCPS_ESTABLISHED: in tcp_input()
1397 case TCPS_ESTABLISHED: in tcp_input()
Dtcp_timer.c275 if (tp->t_state < TCPS_ESTABLISHED) in tcp_timers()
Dtcp_subr.c344 case TCPS_ESTABLISHED: in tcp_sockclosed()
/external/qemu/slirp-android/
Dtcp.h132 #define TCPS_ESTABLISHED 4 /* established */ macro
143 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
Dtcp_input.c71 (tp)->t_state == TCPS_ESTABLISHED) {\
94 (tp)->t_state == TCPS_ESTABLISHED) { \
493 if (tp->t_state == TCPS_ESTABLISHED && in tcp_input()
782 tp->t_state = TCPS_ESTABLISHED; in tcp_input()
982 case TCPS_ESTABLISHED: in tcp_input()
1029 tp->t_state = TCPS_ESTABLISHED; in tcp_input()
1075 case TCPS_ESTABLISHED: in tcp_input()
1403 case TCPS_ESTABLISHED: in tcp_input()
Dtcp_timer.c275 if (tp->t_state < TCPS_ESTABLISHED) in tcp_timers()
Dtcp_subr.c346 case TCPS_ESTABLISHED: in tcp_sockclosed()