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

/freebsd-12-stable/sys/net/
H A Dif_sppp.h81 * for a comparison of ``pp_phase >= PHASE_AUTHENTICATE'' in order to
99 enum ppp_phase pp_phase; /* phase we're currently in */ member in struct:sppp_parms
149 enum ppp_phase pp_phase; /* phase we're currently in */ member in struct:sppp
H A Dif_spppsubr.c583 if (sp->pp_phase >= PHASE_AUTHENTICATE)
589 if (sp->pp_phase >= PHASE_AUTHENTICATE)
596 if (sp->pp_phase == PHASE_NETWORK)
659 if (sp->pp_phase == PHASE_NETWORK)
1027 sp->pp_phase = PHASE_DEAD;
1155 (sp->pp_phase == PHASE_NETWORK ||
2640 sp->pp_phase = PHASE_AUTHENTICATE;
2642 sp->pp_phase = PHASE_NETWORK;
2646 sppp_phase_name(sp->pp_phase));
2659 if (sp->pp_phase
[all...]
/freebsd-12-stable/sbin/spppcontrol/
H A Dspppcontrol.c214 printf("%s:\tphase=%s\n", ifname, phase_name(sp->defs.pp_phase));

Completed in 160 milliseconds