Searched refs:PHASE_AUTHENTICATE (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_sppp.h81 * for a comparison of ``pp_phase >= PHASE_AUTHENTICATE'' in order to
86 PHASE_AUTHENTICATE, PHASE_NETWORK enumerator in enum:ppp_phase
H A Dif_spppsubr.c583 if (sp->pp_phase >= PHASE_AUTHENTICATE)
589 if (sp->pp_phase >= PHASE_AUTHENTICATE)
2317 * so we stay in PHASE_AUTHENTICATE after LCP got
2640 sp->pp_phase = PHASE_AUTHENTICATE;
4786 sp->pp_phase < PHASE_AUTHENTICATE)
4807 else if (sp->pp_phase >= PHASE_AUTHENTICATE) {
5347 case PHASE_AUTHENTICATE: return "authenticate";
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.h33 #define PHASE_AUTHENTICATE 2 /* Being authenticated */ macro
H A Dpap.c197 bundle_Phase(bundle) != PHASE_AUTHENTICATE) {
H A Dprompt.c115 else if (bundle_Phase(p->bundle) == PHASE_AUTHENTICATE)
H A Dchap.c714 bundle_Phase(bundle) != PHASE_AUTHENTICATE) {
H A Ddatalink.c584 bundle_NewPhase(dl->bundle, PHASE_AUTHENTICATE);
H A Dbundle.c145 case PHASE_AUTHENTICATE:
/freebsd-11-stable/sbin/spppcontrol/
H A Dspppcontrol.c238 case PHASE_AUTHENTICATE: return "authenticate";

Completed in 122 milliseconds