Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h251 #define PPPERR_AUTHFAIL -7 /* Failed authentication challenge. */ macro
Dauth.c629 int errCode = PPPERR_AUTHFAIL; in auth_withpeer_fail()