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

/freebsd-10.0-release/sys/net/
H A Dif_sppp.h81 * for a comparision 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.c586 if (sp->pp_phase >= PHASE_AUTHENTICATE)
592 if (sp->pp_phase >= PHASE_AUTHENTICATE)
599 if (sp->pp_phase == PHASE_NETWORK)
662 if (sp->pp_phase == PHASE_NETWORK)
677 if (sp->pp_phase == PHASE_NETWORK)
1050 sp->pp_phase = PHASE_DEAD;
1180 (sp->pp_phase == PHASE_NETWORK ||
2665 sp->pp_phase = PHASE_AUTHENTICATE;
2667 sp->pp_phase = PHASE_NETWORK;
2671 sppp_phase_name(sp->pp_phase));
[all...]
/freebsd-10.0-release/sbin/spppcontrol/
H A Dspppcontrol.c212 printf("%s:\tphase=%s\n", ifname, phase_name(sp->defs.pp_phase));

Completed in 228 milliseconds