Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dchap-new.c80 #define AUTH_FAILED 8 macro
234 pcb->chap_server.flags |= AUTH_DONE | AUTH_FAILED; in chap_timeout()
339 pcb->chap_server.flags |= AUTH_FAILED;
359 outp[0] = (pcb->chap_server.flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS;
369 if (!(pcb->chap_server.flags & AUTH_DONE) && !(pcb->chap_server.flags & AUTH_FAILED)) {
383 pcb->chap_server.flags |= AUTH_FAILED;
389 if (pcb->chap_server.flags & AUTH_FAILED) {
529 pcb->chap_client.flags |= AUTH_FAILED;