Searched refs:CHAP_FAILURE (Results 1 - 4 of 4) sorted by relevance

/external/libppp/src/
H A Dchap.h37 #define CHAP_FAILURE 4 macro
H A Dchap.c391 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth.id,
620 ChapOutput(authp->physical, CHAP_FAILURE, authp->id, msg, strlen(msg) + 1,
790 case CHAP_FAILURE:
825 case CHAP_FAILURE:
963 case CHAP_FAILURE:
/external/ppp/pppd/
H A Dchap-new.h42 #define CHAP_FAILURE 4 macro
H A Dchap-new.c367 p[0] = (ss->flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS;
490 code = CHAP_FAILURE;
537 case CHAP_FAILURE:
611 case CHAP_FAILURE:

Completed in 239 milliseconds