Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c804 u_int fcsOut = PPP_INITFCS; in pppifOutput() local
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()
919 c = ~fcsOut & 0xFF; in pppifOutput()
921 c = (~fcsOut >> 8) & 0xFF; in pppifOutput()
1066 u_int fcsOut; in pppWrite() local
1094 fcsOut = PPP_INITFCS; in pppWrite()
[all …]