Home
last modified time | relevance | path

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

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