Searched refs:us_clientstate (Results 1 – 2 of 2) sorted by relevance
146 u->us_clientstate = UPAPCS_INITIAL; in upap_init()165 unit, user, password, u->us_clientstate)); in upap_authwithpeer()176 if (u->us_clientstate == UPAPCS_INITIAL || in upap_authwithpeer()177 u->us_clientstate == UPAPCS_PENDING) { in upap_authwithpeer()178 u->us_clientstate = UPAPCS_PENDING; in upap_authwithpeer()218 u->us_unit, u->us_timeouttime, u->us_clientstate)); in upap_timeout()220 if (u->us_clientstate != UPAPCS_AUTHREQ) { in upap_timeout()228 u->us_clientstate = UPAPCS_BADAUTH; in upap_timeout()264 UPAPDEBUG(LOG_INFO, ("upap_lowerup: init %d clientstate s=%d\n", unit, u->us_clientstate)); in upap_lowerup()266 if (u->us_clientstate == UPAPCS_INITIAL) { in upap_lowerup()[all …]
79 int us_clientstate; /* Client state */ member