Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dlcp.c105 static u32_t lcp_echos_pending = 0; /* Number of outstanding echo msgs */ variable
1940 LCPDEBUG(LOG_INFO, ("No response to %d echo-requests\n", lcp_echos_pending)); in LcpLinkFailure()
1997 lcp_echos_pending = 0; in lcp_received_echo_reply()
2013 if (lcp_echos_pending >= lcp_echo_fails) { in LcpSendEchoRequest()
2015 lcp_echos_pending = 0; in LcpSendEchoRequest()
2027 ++lcp_echos_pending; in LcpSendEchoRequest()
2041 lcp_echos_pending = 0; in lcp_echo_lowerup()
/external/ppp/pppd/
Dlcp.c196 static int lcp_echos_pending = 0; /* Number of outstanding echo msgs */ variable
2242 info("No response to %d echo-requests", lcp_echos_pending);
2310 lcp_echos_pending = 0;
2328 if (lcp_echos_pending >= lcp_echo_fails) {
2330 lcp_echos_pending = 0;
2342 ++lcp_echos_pending;
2357 lcp_echos_pending = 0;