Searched refs:UPAPSS_LISTEN (Results 1 – 4 of 4) 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
191 u->us_serverstate = UPAPSS_LISTEN;230 if (u->us_serverstate != UPAPSS_LISTEN)258 u->us_serverstate = UPAPSS_LISTEN;278 if (u->us_serverstate == UPAPSS_LISTEN && u->us_reqtimeout > 0)301 if (u->us_serverstate == UPAPSS_LISTEN) {384 if (u->us_serverstate < UPAPSS_LISTEN)
94 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */ macro