Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp.h138 #define PPPERR_AUTHFAIL 7 /* Failed authentication challenge. */ macro
/third_party/lwip/src/netif/ppp/
Dauth.c798 pcb->err_code = PPPERR_AUTHFAIL; in link_established()
1039 pcb->err_code = PPPERR_AUTHFAIL; in auth_peer_fail()
1129 pcb->err_code = PPPERR_AUTHFAIL; in auth_withpeer_fail()
/third_party/lwip/doc/
Dppp.txt125 case PPPERR_AUTHFAIL: {