Home
last modified time | relevance | path

Searched refs:CHAP_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
Dchap.c385 ChapOutput(chap->auth.physical, CHAP_RESPONSE, chap->auth.id, in chap_Respond()
768 case CHAP_RESPONSE: in chap_Input()
806 case CHAP_RESPONSE: in chap_Input()
812 lanman && chap->auth.in.hdr.code == CHAP_RESPONSE ? in chap_Input()
820 lanman && chap->auth.in.hdr.code == CHAP_RESPONSE ? in chap_Input()
852 case CHAP_RESPONSE: in chap_Input()
Dchap.h37 #define CHAP_RESPONSE 2 macro
/freebsd-12-stable/sys/net/
Dif_spppsubr.c149 #define CHAP_RESPONSE 2 /* CHAP challenge response */ macro
4038 sppp_auth_send(&chap, sp, CHAP_RESPONSE, h->ident, in sppp_chap_input()
4089 case CHAP_RESPONSE: in sppp_chap_input()
5257 case CHAP_RESPONSE: return "response"; in sppp_auth_type_name()