Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/ppp/driver/src/
Dmain.c360 static bool calc_fcs(struct net_pkt *pkt, uint16_t *fcs) in calc_fcs() function
425 ret = calc_fcs(pkt, &fcs); in ppp_calc_fcs()
/Zephyr-latest/drivers/net/
Dppp.c761 static bool calc_fcs(struct net_pkt *pkt, uint16_t *fcs, uint16_t protocol) in calc_fcs() function
839 if (!calc_fcs(pkt, &fcs, protocol)) { in ppp_send()