Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dlcp.c2663 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()
/third_party/lwip/src/include/netif/ppp/
Dppp.h343 unsigned int lcp_echo_timer_running :1; /* set if a timer is running */ member