Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dppp_defs.h82 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
/f-stack/freebsd/netgraph/
H A Dng_pred1.c59 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
527 if (fcs != PPP_GOODFCS) { in ng_pred1_decompress()
H A Dng_async.c521 if (sc->fcs != PPP_GOODFCS) { in nga_rcv_async()