Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dlcp.c107 static u32_t lcp_echo_timer_running = 0; /* TRUE if a timer is running */ variable
1957 LWIP_ASSERT("lcp_echo_timer_running == 0", lcp_echo_timer_running == 0); in LcpEchoCheck()
1960 lcp_echo_timer_running = 1; in LcpEchoCheck()
1969 if (lcp_echo_timer_running != 0) { in LcpEchoTimeout()
1970 lcp_echo_timer_running = 0; in LcpEchoTimeout()
2043 lcp_echo_timer_running = 0; in lcp_echo_lowerup()
2060 if (lcp_echo_timer_running != 0) { in lcp_echo_lowerdown()
2062 lcp_echo_timer_running = 0; in lcp_echo_lowerdown()