Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
H A Dpppos.c76 static err_t pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs);
211 gets freed by 'pppos_output_last' before this function returns and thus in pppos_write()
241 err = pppos_output_last(pppos, err, nb, &fcs_out); in pppos_write()
262 gets freed by 'pppos_output_last' before this function returns and thus in pppos_netif_output()
303 err = pppos_output_last(pppos, err, nb, &fcs_out); in pppos_netif_output()
857 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) in pppos_output_last() function

Completed in 2 milliseconds