Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dppp_defs.h68 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dasyncdata.c211 } else if (fcs != PPP_GOODFCS) { in hdlc_loop()
Disocdata.c554 } else if (bcs->rx_fcs != PPP_GOODFCS) { in hdlc_done()
/Linux-v5.4/drivers/net/ppp/
Dppp_async.c786 if (fcs != PPP_GOODFCS) in process_input_packet()