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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.c204 static int lcp_echo_timer_running = 0; /* set if a timer is running */ variable
2262 if (lcp_echo_timer_running)
2263 warn("assertion lcp_echo_timer_running==0 failed");
2265 lcp_echo_timer_running = 1;
2276 if (lcp_echo_timer_running != 0) {
2277 lcp_echo_timer_running = 0;
2420 lcp_echo_timer_running = 0;
2431 lcp_echo_timer_running = 1;
2446 if (lcp_echo_timer_running != 0) {
2448 lcp_echo_timer_running
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dlcp.c175 static int lcp_echo_timer_running = 0; /* set if a timer is running */ variable
2099 if (lcp_echo_timer_running)
2100 warn("assertion lcp_echo_timer_running==0 failed");
2102 lcp_echo_timer_running = 1;
2113 if (lcp_echo_timer_running != 0) {
2114 lcp_echo_timer_running = 0;
2197 lcp_echo_timer_running = 0;
2216 if (lcp_echo_timer_running != 0) {
2218 lcp_echo_timer_running = 0;

Completed in 102 milliseconds