Searched refs:lcp_echo_timer_running (Results 1 – 2 of 2) sorted by relevance
2667 if (pcb->lcp_echo_timer_running) in LcpEchoCheck()2670 pcb->lcp_echo_timer_running = 1; in LcpEchoCheck()2680 if (pcb->lcp_echo_timer_running != 0) { in LcpEchoTimeout()2681 pcb->lcp_echo_timer_running = 0; in LcpEchoTimeout()2774 pcb->lcp_echo_timer_running = 0; in lcp_echo_lowerup()2788 if (pcb->lcp_echo_timer_running != 0) { in lcp_echo_lowerdown()2790 pcb->lcp_echo_timer_running = 0; in lcp_echo_lowerdown()
343 unsigned int lcp_echo_timer_running :1; /* set if a timer is running */ member
Completed in 12 milliseconds