Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_timer.h186 #define TCPTV_KEEPCNT 8 /* max probes before drop */ macro
H A Dtcp_timer.c175 int, tcp_keepcnt, TCPTV_KEEPCNT, "number of times to repeat keepalive");
H A Dtcp_subr.c519 tcp_keepcnt = TCPTV_KEEPCNT; in tcp_init()