Lines Matching refs:ctx
58 static err_t pppos_write(ppp_pcb *ppp, void *ctx, struct pbuf *p);
59 static err_t pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol);
60 static void pppos_connect(ppp_pcb *ppp, void *ctx);
62 static void pppos_listen(ppp_pcb *ppp, void *ctx);
64 static void pppos_disconnect(ppp_pcb *ppp, void *ctx);
65 static err_t pppos_destroy(ppp_pcb *ppp, void *ctx);
66 static void pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
67 static void pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
200 pppos_write(ppp_pcb *ppp, void *ctx, struct pbuf *p)
202 pppos_pcb *pppos = (pppos_pcb *)ctx;
253 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol)
255 pppos_pcb *pppos = (pppos_pcb *)ctx;
313 pppos_connect(ppp_pcb *ppp, void *ctx)
315 pppos_pcb *pppos = (pppos_pcb *)ctx;
345 pppos_listen(ppp_pcb *ppp, void *ctx)
347 pppos_pcb *pppos = (pppos_pcb *)ctx;
377 pppos_disconnect(ppp_pcb *ppp, void *ctx)
379 pppos_pcb *pppos = (pppos_pcb *)ctx;
399 pppos_destroy(ppp_pcb *ppp, void *ctx)
401 pppos_pcb *pppos = (pppos_pcb *)ctx;
738 pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp)
741 pppos_pcb *pppos = (pppos_pcb *)ctx;
758 pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp)
761 pppos_pcb *pppos = (pppos_pcb *)ctx;