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()
180 pppos = (pppos_pcb *)LWIP_MEMPOOL_ALLOC(PPPOS_PCB); in pppos_create()
191 memset(pppos, 0, sizeof(pppos_pcb)); in pppos_create()
201 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_write()
249 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_netif_output()
304 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_connect()
313 memset(&pppos->last_xmit, 0, sizeof(pppos_pcb) - offsetof(pppos_pcb, last_xmit)); in pppos_connect()
337 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_listen()
346 memset(&pppos->last_xmit, 0, sizeof(pppos_pcb) - offsetof(pppos_pcb, last_xmit)); in pppos_listen()
370 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_disconnect()
392 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_destroy()
468 pppos_pcb *pppos = (pppos_pcb *)ppp->link_ctx_cb; in pppos_input()
721 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_send_config()
741 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_recv_config()
763 pppos_input_free_current_packet(pppos_pcb *pppos) in pppos_input_free_current_packet()
779 pppos_input_drop(pppos_pcb *pppos) in pppos_input_drop()
803 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()
837 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) in pppos_output_last()