Searched refs:UPAPSS_LISTEN (Results 1 – 2 of 2) sorted by relevance
203 u->us_serverstate = UPAPSS_LISTEN; in upap_authpeer()245 if (u->us_serverstate != UPAPSS_LISTEN) { in upap_reqtimeout()276 u->us_serverstate = UPAPSS_LISTEN; in upap_lowerup()299 if (u->us_serverstate == UPAPSS_LISTEN && u->us_reqtimeout > 0) { in upap_lowerdown()322 if (u->us_serverstate == UPAPSS_LISTEN) { in upap_protrej()400 if (u->us_serverstate < UPAPSS_LISTEN) { in upap_rauthreq()
104 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */ macro