Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c182 u16_t inFCS; /* Input Frame Check Sequence value. */ member
1792 } else if (pcrx->inFCS != PPP_GOODFCS) { in pppInProc()
1795 pcrx->pd, pcrx->inFCS, pcrx->inProtocol)); in pppInProc()
1837 pcrx->inFCS = PPP_INITFCS; in pppInProc()
1866 pcrx->inFCS = PPP_INITFCS; in pppInProc()
1945 pcrx->inFCS = PPP_FCS(pcrx->inFCS, curChar); in pppInProc()