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

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h129 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
133 #define PPPFCS16(fcs, c) PPP_FCS((fcs), (c))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c255 fcs = PPP_FCS(fcs, c);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c298 fcs = PPP_FCS(fcs, p[k]);

Completed in 59 milliseconds