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

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h388 u8_t num_np_up; /* Number of network protocols which have come up. */ member in struct:ppp_pcb_s
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dauth.c727 pcb->num_np_up = 0;
1204 if (pcb->num_np_up == 0) {
1243 ++pcb->num_np_up;
1251 if (--pcb->num_np_up == 0) {

Completed in 34 milliseconds