Searched refs:lcp_echo_timer_running (Results 1 – 2 of 2) sorted by relevance
2663 if (pcb->lcp_echo_timer_running) in LcpEchoCheck()2666 pcb->lcp_echo_timer_running = 1; in LcpEchoCheck()2676 if (pcb->lcp_echo_timer_running != 0) { in LcpEchoTimeout()2677 pcb->lcp_echo_timer_running = 0; in LcpEchoTimeout()2770 pcb->lcp_echo_timer_running = 0; in lcp_echo_lowerup()2784 if (pcb->lcp_echo_timer_running != 0) { in lcp_echo_lowerdown()2786 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