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

/external/qemu/slirp/
H A Dtcp_timer.h73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
96 #define TCPTV_KEEP_IDLE (120*60*PR_SLOWHZ) /* dflt time before probing */ macro
H A Dtcp_timer.c280 if (tp->t_idle >= TCPTV_KEEP_IDLE + TCP_MAXIDLE)
308 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
H A Dtcp_input.c459 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
/external/qemu/slirp-android/
H A Dtcp_timer.h73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
96 #define TCPTV_KEEP_IDLE (120*60*PR_SLOWHZ) /* dflt time before probing */ macro
H A Dtcp_timer.c280 if (tp->t_idle >= TCPTV_KEEP_IDLE + TCP_MAXIDLE)
308 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
H A Dtcp_input.c464 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;

Completed in 86 milliseconds