Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dupap.h86 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */ macro
/third_party/lwip/src/netif/ppp/
Dupap.c187 pcb->upap.us_serverstate == UPAPSS_PENDING) { in upap_authpeer()
188 pcb->upap.us_serverstate = UPAPSS_PENDING; in upap_authpeer()
251 else if (pcb->upap.us_serverstate == UPAPSS_PENDING) { in upap_lowerup()