Home
last modified time | relevance | path

Searched refs:pppos (Results 1 - 2 of 2) sorted by relevance

/third_party/lwip/src/netif/ppp/
H A Dpppos.c51 #include "netif/ppp/pppos.h"
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; 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()
202 pppos_pcb *pppos = (pppos_pcb *)ctx; pppos_write() local
255 pppos_pcb *pppos = (pppos_pcb *)ctx; pppos_netif_output() local
315 pppos_pcb *pppos = (pppos_pcb *)ctx; pppos_connect() local
347 pppos_pcb *pppos = (pppos_pcb *)ctx; pppos_listen() local
379 pppos_pcb *pppos = (pppos_pcb *)ctx; pppos_disconnect() local
401 pppos_pcb *pppos = (pppos_pcb *)ctx; pppos_destroy() local
480 pppos_pcb *pppos = (pppos_pcb *)ppp->link_ctx_cb; pppos_input() local
741 pppos_pcb *pppos = (pppos_pcb *)ctx; pppos_send_config() local
761 pppos_pcb *pppos = (pppos_pcb *)ctx; pppos_recv_config() local
783 pppos_input_free_current_packet(pppos_pcb *pppos) pppos_input_free_current_packet() argument
799 pppos_input_drop(pppos_pcb *pppos) pppos_input_drop() argument
823 pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u16_t *fcs) pppos_output_append() argument
857 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) pppos_output_last() argument
[all...]
/third_party/lwip/src/
H A DFilelists.mk120 $(LWIPDIR)/netif/ppp/pppos.c \

Completed in 2 milliseconds