Searched refs:pppos_output_last (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | pppos.c | 76 static err_t pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs); 241 err = pppos_output_last(pppos, err, nb, &fcs_out); in pppos_write() 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
|