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

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h343 unsigned int lcp_echo_timer_running :1; /* set if a timer is running */ member in struct:ppp_pcb_s
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dlcp.c2663 if (pcb->lcp_echo_timer_running)
2664 ppp_warn("assertion lcp_echo_timer_running==0 failed");
2666 pcb->lcp_echo_timer_running = 1;
2676 if (pcb->lcp_echo_timer_running != 0) {
2677 pcb->lcp_echo_timer_running = 0;
2770 pcb->lcp_echo_timer_running = 0;
2784 if (pcb->lcp_echo_timer_running != 0) {
2786 pcb->lcp_echo_timer_running = 0;

Completed in 33 milliseconds