Searched refs:PPP_GOODFCS (Results 1 – 4 of 4) sorted by relevance
68 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
211 } else if (fcs != PPP_GOODFCS) { in hdlc_loop()
554 } else if (bcs->rx_fcs != PPP_GOODFCS) { in hdlc_done()
786 if (fcs != PPP_GOODFCS) in process_input_packet()