Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dupap.h96 #define UPAPSS_BADAUTH 5 /* We've sent a Nak */ macro
Dupap.c234 u->us_serverstate = UPAPSS_BADAUTH;
395 if (u->us_serverstate == UPAPSS_BADAUTH) {
455 u->us_serverstate = UPAPSS_BADAUTH;
/external/syslinux/core/lwip/src/netif/ppp/
Dpap.h106 #define UPAPSS_BADAUTH 5 /* We've sent a Nak */ macro
Dpap.c250 u->us_serverstate = UPAPSS_BADAUTH; in upap_reqtimeout()
412 if (u->us_serverstate == UPAPSS_BADAUTH) { in upap_rauthreq()
452 u->us_serverstate = UPAPSS_BADAUTH; in upap_rauthreq()