Searched refs:tcp_keepintvl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_timer.c183 tp->t_timer[TCPT_2MSL] = tcp_keepintvl;
342 tp->t_timer[TCPT_KEEP] = tcp_keepintvl;
H A Dslirp_state.h330 #define tcp_keepintvl TCPTV_KEEPINTVL macro
333 #define tcp_maxidle (TCPTV_KEEPCNT * tcp_keepintvl)
H A Dtcp_input.c587 tp->t_timer[TCPT_KEEP] = tcp_keepintvl;

Completed in 44 milliseconds