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

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h359 u16_t auth_pending; /* Records which authentication operations haven't completed yet. */ member in struct:ppp_pcb_s
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dauth.c849 pcb->auth_pending = auth;
1109 if ((pcb->auth_pending &= ~bit) == 0)
1189 if ((pcb->auth_pending &= ~bit) == 0)

Completed in 87 milliseconds