Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_impl.h154 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
A Dppp.c1817 } else if (pcrx->inFCS != PPP_GOODFCS) { in pppInProc()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Ddemand.c244 && framelen > 2 && fcs == PPP_GOODFCS) {
A Dpppos.c156 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
527 } else if (pppos->in_fcs != PPP_GOODFCS) { in pppos_input()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Ddemand.c244 && framelen > 2 && fcs == PPP_GOODFCS) {
A Dpppos.c156 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
510 } else if (pppos->in_fcs != PPP_GOODFCS) { in pppos_input()

Completed in 18 milliseconds