Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/netif/ppp/
H A Dlcp.c154 static u32_t lcp_echo_timer_running = 0; /* TRUE if a timer is running */ variable
1927 LWIP_ASSERT("lcp_echo_timer_running == 0", lcp_echo_timer_running == 0); in LcpEchoCheck()
1930 lcp_echo_timer_running = 1; in LcpEchoCheck()
1939 if (lcp_echo_timer_running != 0) { in LcpEchoTimeout()
1940 lcp_echo_timer_running = 0; in LcpEchoTimeout()
2012 lcp_echo_timer_running = 0; in lcp_echo_lowerup()
2029 if (lcp_echo_timer_running != 0) { in lcp_echo_lowerdown()
2031 lcp_echo_timer_running = 0; in lcp_echo_lowerdown()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/netif/ppp/
H A Dlcp.c154 static u32_t lcp_echo_timer_running = 0; /* TRUE if a timer is running */ variable
1927 LWIP_ASSERT("lcp_echo_timer_running == 0", lcp_echo_timer_running == 0); in LcpEchoCheck()
1930 lcp_echo_timer_running = 1; in LcpEchoCheck()
1939 if (lcp_echo_timer_running != 0) { in LcpEchoTimeout()
1940 lcp_echo_timer_running = 0; in LcpEchoTimeout()
2012 lcp_echo_timer_running = 0; in lcp_echo_lowerup()
2029 if (lcp_echo_timer_running != 0) { in lcp_echo_lowerdown()
2031 lcp_echo_timer_running = 0; in lcp_echo_lowerdown()
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/
H A 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()