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

/freebsd-12-stable/sbin/spppcontrol/
H A Dspppcontrol.c160 spr.defs.hisauth.flags |= AUTHFLAG_NORECHALLENGE;
162 spr.defs.hisauth.flags &= ~AUTHFLAG_NORECHALLENGE;
263 if (flags & AUTHFLAG_NORECHALLENGE)
/freebsd-12-stable/sys/net/
H A Dif_sppp.h68 #define AUTHFLAG_NORECHALLENGE 2 /* do not re-challenge CHAP */ macro
H A Dif_spppsubr.c4279 if ((sp->hisauth.flags & AUTHFLAG_NORECHALLENGE) == 0) {
4293 if ((sp->hisauth.flags & AUTHFLAG_NORECHALLENGE) == 0)

Completed in 108 milliseconds