Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dhdlc.c322 p->link.name, fcs, (fcs == GOODFCS) ? "good" : "BAD!"); in hdlc_LayerPull()
326 if (fcs != GOODFCS) { in hdlc_LayerPull()
Dhdlc.h46 #define GOODFCS 0xf0b8 /* Good FCS value */ macro
Dpred.c265 if (fcs == GOODFCS) { in Pred1Input()