Home
last modified time | relevance | path

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

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