Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dppp_defs.h80 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
/freebsd/sys/netgraph/
H A Dng_pred1.c57 #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ macro
525 if (fcs != PPP_GOODFCS) { in ng_pred1_decompress()
H A Dng_async.c519 if (sc->fcs != PPP_GOODFCS) { in nga_rcv_async()