Searched refs:PPP_GOODFCS (Results 1 – 5 of 5) sorted by relevance
67 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
108 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
228 && framelen > 2 && fcs == PPP_GOODFCS) {
163 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
1792 } else if (pcrx->inFCS != PPP_GOODFCS) { in pppInProc()