Home
last modified time | relevance | path

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

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