Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/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()
/external/ppp/pppd/
Dlcp.c198 static int lcp_echo_timer_running = 0; /* set if a timer is running */ variable
2264 if (lcp_echo_timer_running)
2267 lcp_echo_timer_running = 1;
2278 if (lcp_echo_timer_running != 0) {
2279 lcp_echo_timer_running = 0;
2359 lcp_echo_timer_running = 0;
2376 if (lcp_echo_timer_running != 0) {
2378 lcp_echo_timer_running = 0;