Searched refs:pppos (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | pppos.c | 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() local 181 pppos = (pppos_pcb *)LWIP_MEMPOOL_ALLOC(PPPOS_PCB); in pppos_create() 182 if (pppos == NULL) { in pppos_create() 186 ppp = ppp_new(pppif, &pppos_callbacks, pppos, link_status_cb, ctx_cb); in pppos_create() 188 LWIP_MEMPOOL_FREE(PPPOS_PCB, pppos); in pppos_create() 192 memset(pppos, 0, sizeof(pppos_pcb)); in pppos_create() [all …]
|
/third_party/lwip/doc/ |
D | ppp.txt | 186 #include "netif/ppp/pppos.h" 339 ppp_set_silent(pppos, 1); 501 #include "netif/ppp/pppos.h"
|
/third_party/lwip/src/ |
D | Filelists.mk | 120 $(LWIPDIR)/netif/ppp/pppos.c \
|
D | Filelists.cmake | 132 ${LWIP_DIR}/src/netif/ppp/pppos.c
|
/third_party/lwip/ |
D | lwip.gni | 134 "$LWIPDIR/netif/ppp/pppos.c",
|