Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dppp_opts.h468 #ifndef LCP_ECHOINTERVAL
469 #define LCP_ECHOINTERVAL 0 macro
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dppp_opts.h480 #ifndef LCP_ECHOINTERVAL
481 #define LCP_ECHOINTERVAL 0 macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h1738 #ifndef LCP_ECHOINTERVAL
1739 #define LCP_ECHOINTERVAL 0 macro
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dppp.c695 pcb->settings.lcp_echo_interval = LCP_ECHOINTERVAL; in ppp_new()
A Dlcp.c85 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dppp.c687 pcb->settings.lcp_echo_interval = LCP_ECHOINTERVAL; in ppp_new()
A Dlcp.c85 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dlcp.c94 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */

Completed in 29 milliseconds