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

  /external/qemu/slirp/
tcp_timer.c 147 tp->t_idle <= TCP_MAXIDLE)
280 if (tp->t_idle >= TCPTV_KEEP_IDLE + TCP_MAXIDLE)
slirp.h 274 #define TCP_MAXIDLE (TCPTV_KEEPCNT * TCPTV_KEEPINTVL)
tcp_input.c     [all...]
  /external/qemu/slirp-android/
tcp_timer.c 147 tp->t_idle <= TCP_MAXIDLE)
280 if (tp->t_idle >= TCPTV_KEEP_IDLE + TCP_MAXIDLE)
slirp.h 225 #define TCP_MAXIDLE (TCPTV_KEEPCNT * TCPTV_KEEPINTVL)
tcp_input.c     [all...]

Completed in 181 milliseconds