Home
last modified time | relevance | path

Searched refs:LOWERUP (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/netif/ppp/
H A Dchap-new.c77 #define LOWERUP 1 macro
140 pcb->chap_client.flags |= LOWERUP; in chap_lowerup()
142 pcb->chap_server.flags |= LOWERUP; in chap_lowerup()
184 if (pcb->chap_server.flags & LOWERUP) in chap_auth_peer()
296 if ((pcb->chap_server.flags & LOWERUP) == 0)
452 if ((pcb->chap_client.flags & (LOWERUP | AUTH_STARTED)) != (LOWERUP | AUTH_STARTED))
502 if ((pcb->chap_client.flags & (AUTH_DONE|AUTH_STARTED|LOWERUP))
503 != (AUTH_STARTED|LOWERUP))

Completed in 2 milliseconds