HomeSort by relevance Sort by last modified time
    Searched refs:GOODFCS (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
hdlc.h 44 #define GOODFCS 0xf0b8 /* Good FCS value */
hdlc.c 320 p->link.name, fcs, (fcs == GOODFCS) ? "good" : "BAD!");
324 if (fcs != GOODFCS) {
pred.c 263 if (fcs == GOODFCS) {

Completed in 163 milliseconds