Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp.h294 u8_t lcp_echo_interval; /* Interval between LCP echo-requests */ member
/third_party/lwip/src/netif/ppp/
Dlcp.c79 int lcp_echo_interval = 0; /* Interval between LCP echo-requests */
85 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */
173 { "lcp-echo-interval", o_int, &lcp_echo_interval,
2665 TIMEOUT (LcpEchoTimeout, f, pcb->settings.lcp_echo_interval); in LcpEchoCheck()
2773 if (pcb->settings.lcp_echo_interval != 0) in lcp_echo_lowerup()
Dppp.c694 pcb->settings.lcp_echo_interval = LCP_ECHOINTERVAL; in ppp_new()