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

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

Completed in 61 milliseconds