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

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dppp.c430 || pcb->if6_up
515 || (protocol == PPP_IPV6 && !pcb->if6_up)
1181 && !pcb->if6_up
1268 pcb->if6_up = 1;
1284 pcb->if6_up = 0;
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h341 unsigned int if6_up :1; /* True when the IPv6 interface is up. */ member in struct:ppp_pcb_s

Completed in 91 milliseconds