Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dchap.c383 ChapOutput(chap->auth.physical, CHAP_RESPONSE, chap->auth.id, in chap_Respond()
766 case CHAP_RESPONSE: in chap_Input()
804 case CHAP_RESPONSE: in chap_Input()
810 lanman && chap->auth.in.hdr.code == CHAP_RESPONSE ? in chap_Input()
818 lanman && chap->auth.in.hdr.code == CHAP_RESPONSE ? in chap_Input()
850 case CHAP_RESPONSE: in chap_Input()
H A Dchap.h35 #define CHAP_RESPONSE 2 macro