Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dlcp.c79 int lcp_echo_interval = 0; /* Interval between LCP echo-requests */
94 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */ variable
1959 TIMEOUT (LcpEchoTimeout, f, lcp_echo_interval); in LcpEchoCheck()
2046 if (lcp_echo_interval != 0) { in lcp_echo_lowerup()