Home
last modified time | relevance | path

Searched refs:fcs_out (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dpppos.c206 u16_t fcs_out; in pppos_write() local
234 fcs_out = PPP_INITFCS; in pppos_write()
238 err = pppos_output_append(pppos, err, nb, *s++, 1, &fcs_out); in pppos_write()
241 err = pppos_output_last(pppos, err, nb, &fcs_out); in pppos_write()
257 u16_t fcs_out; in pppos_netif_output() local
283 fcs_out = PPP_INITFCS; in pppos_netif_output()
285 err = pppos_output_append(pppos, err, nb, PPP_ALLSTATIONS, 1, &fcs_out); in pppos_netif_output()
286 err = pppos_output_append(pppos, err, nb, PPP_UI, 1, &fcs_out); in pppos_netif_output()
289 err = pppos_output_append(pppos, err, nb, (protocol >> 8) & 0xFF, 1, &fcs_out); in pppos_netif_output()
291 err = pppos_output_append(pppos, err, nb, protocol & 0xFF, 1, &fcs_out); in pppos_netif_output()
[all …]