Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/pppd/
H A Dupap.h83 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */ macro
H A Dupap.c138 u->us_clientstate == UPAPCS_PENDING) {
139 u->us_clientstate = UPAPCS_PENDING;
221 else if (u->us_clientstate == UPAPCS_PENDING) { in upap_lowerup()