Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dupap.c144 pcb->upap.us_serverstate = UPAPSS_INITIAL; in upap_init()
186 if (pcb->upap.us_serverstate == UPAPSS_INITIAL || in upap_authpeer()
249 if (pcb->upap.us_serverstate == UPAPSS_INITIAL) in upap_lowerup()
276 pcb->upap.us_serverstate = UPAPSS_INITIAL; in upap_lowerdown()
/third_party/lwip/src/include/netif/ppp/
Dupap.h84 #define UPAPSS_INITIAL 0 /* Connection down */ macro