Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dpap.h93 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */ macro
Dpap.c177 u->us_clientstate == UPAPCS_PENDING) { in upap_authwithpeer()
178 u->us_clientstate = UPAPCS_PENDING; in upap_authwithpeer()
268 } else if (u->us_clientstate == UPAPCS_PENDING) { in upap_lowerup()