Searched refs:lcp_echo_timer_running (Results 1 – 3 of 3) 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()
338 unsigned int lcp_echo_timer_running :1; /* set if a timer is running */ member
339 unsigned int lcp_echo_timer_running :1; /* set if a timer is running */ member
Completed in 21 milliseconds