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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dchap.h34 #define CHAP_CHALLENGE 1 macro
H A Dchap.c540 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id,
544 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id,
729 if (chap->auth.in.hdr.code != CHAP_CHALLENGE &&
745 case CHAP_CHALLENGE:
803 case CHAP_CHALLENGE:
836 case CHAP_CHALLENGE:
/freebsd-9.3-release/sys/net/
H A Dif_spppsubr.c151 #define CHAP_CHALLENGE 1 /* CHAP challenge request */ macro
4047 case CHAP_CHALLENGE:
4410 sppp_auth_send(&chap, sp, CHAP_CHALLENGE, sp->confid[IDX_CHAP],
5330 case CHAP_CHALLENGE: return "challenge";

Completed in 129 milliseconds