Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dpppos.c139 ppp_get_fcs(u8_t byte) in ppp_get_fcs() function
149 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_get_fcs(((fcs) ^ (c)) & 0xff))