Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp_opts.h487 #ifndef LCP_ECHOINTERVAL
488 #define LCP_ECHOINTERVAL 0 macro
/third_party/lwip/src/netif/ppp/
Dppp.c694 pcb->settings.lcp_echo_interval = LCP_ECHOINTERVAL; in ppp_new()
Dlcp.c85 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */