Searched refs:CHAP_CHALLENGE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dchap.h36 #define CHAP_CHALLENGE 1 macro
H A Dchap.c542 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id,
546 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id,
731 if (chap->auth.in.hdr.code != CHAP_CHALLENGE &&
747 case CHAP_CHALLENGE:
805 case CHAP_CHALLENGE:
838 case CHAP_CHALLENGE:
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c148 #define CHAP_CHALLENGE 1 /* CHAP challenge request */ macro
3998 case CHAP_CHALLENGE:
4352 sppp_auth_send(&chap, sp, CHAP_CHALLENGE, sp->confid[IDX_CHAP],
5260 case CHAP_CHALLENGE: return "challenge";

Completed in 102 milliseconds