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

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

Completed in 61 milliseconds