Searched refs:pppos_pcb (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c55 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, u16_t *fcs);
76 static err_t pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs);
177 pppos_pcb *pppos;
180 pppos = (pppos_pcb *)LWIP_MEMPOOL_ALLOC(PPPOS_PCB);
191 memset(pppos, 0, sizeof(pppos_pcb));
201 pppos_pcb *pppos = (pppos_pcb *)ct
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.c55 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, u16_t *fcs);
76 static err_t pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs);
177 pppos_pcb *pppos;
180 pppos = (pppos_pcb *)LWIP_MEMPOOL_ALLOC(PPPOS_PCB);
191 memset(pppos, 0, sizeof(pppos_pcb));
201 pppos_pcb *pppos = (pppos_pcb *)ct
[all...]
H A Dpppos.h68 typedef struct pppos_pcb_s pppos_pcb; typedef in typeref:struct:pppos_pcb_s

Completed in 43 milliseconds