Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp.h359 u16_t auth_pending; /* Records which authentication operations haven't completed yet. */ member
/third_party/lwip/src/netif/ppp/
Dauth.c849 pcb->auth_pending = auth; in link_established()
1109 if ((pcb->auth_pending &= ~bit) == 0) in auth_peer_success()
1189 if ((pcb->auth_pending &= ~bit) == 0) in auth_withpeer_success()