Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dupap.c192 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()
/third_party/lwip/src/include/netif/ppp/
Dupap.h87 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */ macro