Home
last modified time | relevance | path

Searched refs:TCPTV_KEEP_IDLE (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_timer.h184 #define TCPTV_KEEP_IDLE (120*60*TCP_RETRANSHZ) /* time before probing */ macro
H A Dtcp_timer.c163 int tcp_keepidle = TCPTV_KEEP_IDLE;
340 int tcp_maxpersistidle = TCPTV_KEEP_IDLE;
H A Dtcp_subr.c523 tcp_keepidle = TCPTV_KEEP_IDLE; in tcp_init()
526 tcp_maxpersistidle = TCPTV_KEEP_IDLE; in tcp_init()