Home
last modified time | relevance | path

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

/lib/liblwip/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()