Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dpppos.c134 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
149 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_get_fcs(((fcs) ^ (c)) & 0xff)) macro
742 pppos->in_fcs = PPP_FCS(pppos->in_fcs, cur_char); in pppos_input()
887 *fcs = PPP_FCS(*fcs, c); in pppos_output_append()
H A Ddemand.c269 fcs = PPP_FCS(fcs, c);