Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dchap.h69 #define CHAP_FAILURE 4 macro
H A Dchap.c354 case CHAP_FAILURE: in ChapInput()
494 ChapSendStatus(cstate, CHAP_FAILURE); in ChapReceiveResponse()
526 code = CHAP_FAILURE; in ChapReceiveResponse()
812 case CHAP_FAILURE: in ChapPrintPkt()
/openbsd/usr.sbin/radiusd/
H A Deap2mschap_local.h32 #define CHAP_FAILURE 4 macro
H A Dradiusd_eap2mschap.c683 eap.chap.chap.code = CHAP_FAILURE; in eap_resp_mschap()
/openbsd/usr.sbin/npppd/npppd/
H A Dchap.c85 #define CHAP_FAILURE 4 macro
/openbsd/sys/net/
H A Dif_spppsubr.c155 #define CHAP_FAILURE 4 /* CHAP response failed */ macro
3424 case CHAP_FAILURE: in sppp_chap_input()
3512 sppp_auth_send(&chap, sp, CHAP_FAILURE, h->ident, in sppp_chap_input()
4753 case CHAP_FAILURE: return "failure"; in sppp_auth_type_name()