Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/netif/ppp/
A Dppp.c898 fcsOut = PPP_FCS(fcsOut, PPP_ALLSTATIONS); in pppifOutput()
900 fcsOut = PPP_FCS(fcsOut, PPP_UI); in pppifOutput()
905 fcsOut = PPP_FCS(fcsOut, c); in pppifOutput()
909 fcsOut = PPP_FCS(fcsOut, c); in pppifOutput()
923 fcsOut = PPP_FCS(fcsOut, c); in pppifOutput()
931 c = ~fcsOut & 0xFF; in pppifOutput()
933 c = (~fcsOut >> 8) & 0xFF; in pppifOutput()
1078 u_int fcsOut; in pppWrite() local
1106 fcsOut = PPP_INITFCS; in pppWrite()
1112 fcsOut = PPP_FCS(fcsOut, c); in pppWrite()
[all …]

Completed in 5 milliseconds