Searched refs:PPP_FCS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dppp_defs.h83 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
/freebsd-10-stable/sys/netgraph/
H A Dng_async.c387 *fcs = PPP_FCS(*fcs, x);
582 sc->fcs = PPP_FCS(sc->fcs, ch);

Completed in 101 milliseconds