tcp_keepintvl 58 netinet/tcp_timer.c int tcp_keepintvl; tcp_keepintvl 90 netinet/tcp_timer.c if (tcp_keepintvl == 0) tcp_keepintvl 91 netinet/tcp_timer.c tcp_keepintvl = TCPTV_KEEPINTVL; tcp_keepintvl 136 netinet/tcp_timer.c tcp_maxidle = TCPTV_KEEPCNT * tcp_keepintvl; tcp_keepintvl 471 netinet/tcp_timer.c TCP_TIMER_ARM(tp, TCPT_KEEP, tcp_keepintvl); tcp_keepintvl 503 netinet/tcp_timer.c TCP_TIMER_ARM(tp, TCPT_2MSL, tcp_keepintvl); tcp_keepintvl 148 netinet/tcp_timer.h extern int tcp_keepintvl; /* time between keepalive probes */ tcp_keepintvl 528 netinet/tcp_var.h &tcp_keepintvl, \