Home
last modified time | relevance | path

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

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