Home
last modified time | relevance | path

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

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