Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap-new.c363 p[0] = (ss->flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS; in chap_handle_response()
505 code = CHAP_FAILURE; in chap_handle_status()
553 case CHAP_FAILURE: in chap_input()
628 case CHAP_FAILURE: in chap_print_pkt()
Dchap-new.h42 #define CHAP_FAILURE 4 macro