Lines Matching defs:new_phase
289 new_phase(pcb, PPP_PHASE_HOLDOFF);
314 new_phase(pcb, PPP_PHASE_INITIALIZE);
343 new_phase(pcb, PPP_PHASE_DEAD);
359 new_phase(pcb, PPP_PHASE_DISCONNECT);
463 new_phase(pcb, PPP_PHASE_INITIALIZE);
726 new_phase(pcb, PPP_PHASE_DEAD);
748 new_phase(pcb, PPP_PHASE_ESTABLISH);
757 new_phase(pcb, PPP_PHASE_DEAD);
765 new_phase(pcb, PPP_PHASE_DEAD);
1012 * new_phase - signal the start of a new phase of pppd's operation.
1014 void new_phase(ppp_pcb *pcb, int p) {