Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dhdlc.c320 p->link.name, fcs, (fcs == GOODFCS) ? "good" : "BAD!"); in hdlc_LayerPull()
324 if (fcs != GOODFCS) { in hdlc_LayerPull()
H A Dhdlc.h44 #define GOODFCS 0xf0b8 /* Good FCS value */ macro
H A Dpred.c263 if (fcs == GOODFCS) { in Pred1Input()