Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/netif/ppp/
A Dppp.c184 u16_t inFCS; /* Input Frame Check Sequence value. */ member
1817 } else if (pcrx->inFCS != PPP_GOODFCS) { in pppInProc()
1820 pcrx->pd, pcrx->inFCS, pcrx->inProtocol)); in pppInProc()
1862 pcrx->inFCS = PPP_INITFCS; in pppInProc()
1891 pcrx->inFCS = PPP_INITFCS; in pppInProc()
1970 pcrx->inFCS = PPP_FCS(pcrx->inFCS, curChar); in pppInProc()

Completed in 5 milliseconds