Searched refs:UPAPSS_LISTEN (Results 1 – 2 of 2) sorted by relevance
192 pcb->upap.us_serverstate = UPAPSS_LISTEN; in upap_authpeer()226 if (pcb->upap.us_serverstate != UPAPSS_LISTEN) in upap_reqtimeout()252 pcb->upap.us_serverstate = UPAPSS_LISTEN; in upap_lowerup()270 if (pcb->upap.us_serverstate == UPAPSS_LISTEN && pcb->settings.pap_req_timeout > 0) in upap_lowerdown()293 if (pcb->upap.us_serverstate == UPAPSS_LISTEN) { in upap_protrej()368 if (pcb->upap.us_serverstate < UPAPSS_LISTEN) in upap_rauthreq()
87 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */ macro