Lines Matching refs:pppos_pcb
55 LWIP_MEMPOOL_DECLARE(PPPOS_PCB, MEMP_NUM_PPPOS_INTERFACES, sizeof(pppos_pcb), "PPPOS_PCB")
73 static void pppos_input_free_current_packet(pppos_pcb *pppos);
74 static void pppos_input_drop(pppos_pcb *pppos);
75 static err_t pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u…
76 static err_t pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs);
177 pppos_pcb *pppos; in pppos_create()
181 pppos = (pppos_pcb *)LWIP_MEMPOOL_ALLOC(PPPOS_PCB); in pppos_create()
192 memset(pppos, 0, sizeof(pppos_pcb)); in pppos_create()
202 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_write()
255 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_netif_output()
315 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_connect()
324 memset(&pppos->last_xmit, 0, sizeof(pppos_pcb) - offsetof(pppos_pcb, last_xmit)); in pppos_connect()
347 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_listen()
356 memset(&pppos->last_xmit, 0, sizeof(pppos_pcb) - offsetof(pppos_pcb, last_xmit)); in pppos_listen()
379 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_disconnect()
401 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_destroy()
480 pppos_pcb *pppos = (pppos_pcb *)ppp->link_ctx_cb; in pppos_input()
741 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_send_config()
761 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_recv_config()
783 pppos_input_free_current_packet(pppos_pcb *pppos) in pppos_input_free_current_packet()
799 pppos_input_drop(pppos_pcb *pppos) in pppos_input_drop()
823 pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u16_t *fcs) in pppos_output_append()
857 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) in pppos_output_last()