Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A 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()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dppp.h338 unsigned int lcp_echo_timer_running :1; /* set if a timer is running */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dppp.h339 unsigned int lcp_echo_timer_running :1; /* set if a timer is running */ member

Completed in 21 milliseconds