Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dchap.c358 case CHAP_SUCCESS: in ChapInput()
490 ChapSendStatus(cstate, CHAP_SUCCESS); in ChapReceiveResponse()
547 code = CHAP_SUCCESS; /* they are the same! */ in ChapReceiveResponse()
558 if (code == CHAP_SUCCESS) { in ChapReceiveResponse()
685 if (code == CHAP_SUCCESS) in ChapSendStatus()
813 case CHAP_SUCCESS: in ChapPrintPkt()
H A Dchap.h68 #define CHAP_SUCCESS 3 macro
/openbsd/usr.sbin/radiusd/
H A Deap2mschap_local.h31 #define CHAP_SUCCESS 3 macro
H A Dradiusd_eap2mschap.c533 case CHAP_SUCCESS: in eap_recv_mschap()
681 eap.chap.chap.code = CHAP_SUCCESS; in eap_resp_mschap()
/openbsd/usr.sbin/npppd/npppd/
H A Dchap.c84 #define CHAP_SUCCESS 3 macro
/openbsd/sys/net/
H A Dif_spppsubr.c154 #define CHAP_SUCCESS 3 /* CHAP response ok */ macro
3397 case CHAP_SUCCESS: in sppp_chap_input()
3521 sppp_auth_send(&chap, sp, CHAP_SUCCESS, h->ident, in sppp_chap_input()
4752 case CHAP_SUCCESS: return "success"; in sppp_auth_type_name()