Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dchap.c383 ChapOutput(chap->auth.physical, CHAP_RESPONSE, chap->auth.id, in chap_Respond()
761 case CHAP_RESPONSE: in chap_Input()
799 case CHAP_RESPONSE: in chap_Input()
805 lanman && chap->auth.in.hdr.code == CHAP_RESPONSE ? in chap_Input()
813 lanman && chap->auth.in.hdr.code == CHAP_RESPONSE ? in chap_Input()
845 case CHAP_RESPONSE: in chap_Input()
H A Dchap.h35 #define CHAP_RESPONSE 2 macro
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c140 #define CHAP_RESPONSE 2 /* CHAP challenge response */ macro
3954 sppp_auth_send(&chap, sp, CHAP_RESPONSE, h->ident, in sppp_chap_input()
4007 case CHAP_RESPONSE: in sppp_chap_input()
5182 case CHAP_RESPONSE: return "response"; in sppp_auth_type_name()