Lines Matching defs:phase
114 * Values for phase.
322 void (*notify_phase_cb)(ppp_pcb *pcb, u8_t phase, void *ctx); /* Notify phase callback */
326 u8_t phase; /* where the link is at */
432 * only be called while the PPP is in the dead phase (i.e. disconnected).
597 * Set a PPP notify phase callback.
600 * current phase of the PPP session.
602 typedef void (*ppp_notify_phase_cb_fn)(ppp_pcb *pcb, u8_t phase, void *ctx);
609 * This can only be called if PPP is in the dead phase.
623 * This can only be called if PPP is in the dead phase.
647 * This can only be called if PPP is in the dead phase.