Searched refs:PPP_FCS (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.c | 886 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()
|
D | ppp.h | 164 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 109 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
|
/external/ppp/pppd/ |
D | demand.c | 253 fcs = PPP_FCS(fcs, c);
|