Searched defs:ppp_pcb_s (Results 1 – 1 of 1) sorted by relevance
316 struct ppp_pcb_s { struct317 ppp_settings settings;318 const struct link_callbacks *link_cb;319 void *link_ctx_cb;320 void (*link_status_cb)(ppp_pcb *pcb, int err_code, void *ctx); /* Status change callback */322 void (*notify_phase_cb)(ppp_pcb *pcb, u8_t phase, void *ctx); /* Notify phase callback */324 void *ctx_cb; /* Callbacks optional pointer */325 struct netif *netif; /* PPP interface */326 u8_t phase; /* where the link is at */327 u8_t err_code; /* Code indicating why interface is down. */[all …]