Home | History | Annotate | Download | only in pppd

Lines Matching refs:phase

174 int phase;			/* where the link is at */
583 while (phase != PHASE_DEAD) {
590 if (phase == PHASE_MASTER)
594 if (phase == PHASE_NETWORK || phase == PHASE_RUNNING) {
616 } while (phase == PHASE_HOLDOFF);
926 { 0x27, "DECnet Phase IV" },
957 { 0x8027, "DECnet Phase IV Control Protocol" },
1054 * Until we get past the authentication phase, toss all packets
1057 if (phase <= PHASE_AUTHENTICATE
1061 dbglog("discarding proto 0x%x in phase %d",
1062 protocol, phase);
1134 * new_phase - signal the start of a new phase of pppd's operation.
1140 phase = p;