Searched refs:pppos_pcb (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | pppos.c | 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() [all …]
|
/third_party/lwip/src/include/netif/ppp/ |
D | pppos.h | 72 typedef struct pppos_pcb_s pppos_pcb; typedef
|