Searched defs:ppp_pcb_s (Results 1 – 2 of 2) sorted by relevance
312 struct ppp_pcb_s { struct313 ppp_settings settings;314 const struct link_callbacks *link_cb;315 void *link_ctx_cb;316 void (*link_status_cb)(ppp_pcb *pcb, int err_code, void *ctx); /* Status change callback */318 void (*notify_phase_cb)(ppp_pcb *pcb, u8_t phase, void *ctx); /* Notify phase callback */320 void *ctx_cb; /* Callbacks optional pointer */321 struct netif *netif; /* PPP interface */322 u8_t phase; /* where the link is at */323 u8_t err_code; /* Code indicating why interface is down. */[all …]
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 …]