Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Dchap.c380 case CHAP_FAILURE:
534 ChapSendStatus(cstate, CHAP_FAILURE);
566 code = CHAP_FAILURE;
871 case CHAP_FAILURE:
Dchap.h69 #define CHAP_FAILURE 4 macro
/mirbsd/src/usr.sbin/ppp/ppp/
Dchap.h37 #define CHAP_FAILURE 4 macro
Dchap.c396 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth.id, in chap_Respond()
627 ChapOutput(authp->physical, CHAP_FAILURE, authp->id, msg, strlen(msg) + 1, in chap_Failure()
796 case CHAP_FAILURE: in chap_Input()
831 case CHAP_FAILURE: in chap_Input()
970 case CHAP_FAILURE: in chap_Input()
/mirbsd/src/sys/net/
Dif_spppsubr.c197 #define CHAP_FAILURE 4 /* CHAP response failed */ macro
3158 case CHAP_FAILURE: in sppp_chap_input()
3247 sppp_auth_send(&chap, sp, CHAP_FAILURE, h->ident, in sppp_chap_input()
4197 case CHAP_FAILURE: return "failure"; in sppp_auth_type_name()