Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c886 fcsOut = PPP_FCS(fcsOut, PPP_ALLSTATIONS); in pppifOutput()
888 fcsOut = PPP_FCS(fcsOut, PPP_UI); in pppifOutput()
893 fcsOut = PPP_FCS(fcsOut, c); in pppifOutput()
897 fcsOut = PPP_FCS(fcsOut, c); in pppifOutput()
911 fcsOut = PPP_FCS(fcsOut, c); in pppifOutput()
1100 fcsOut = PPP_FCS(fcsOut, c); in pppWrite()
1945 pcrx->inFCS = PPP_FCS(pcrx->inFCS, curChar); in pppInProc()
Dppp.h164 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
/external/ppp/pppd/include/net/
Dppp_defs.h109 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
/external/ppp/pppd/
Ddemand.c253 fcs = PPP_FCS(fcs, c);