Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h127 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
131 #define PPPFCS16(fcs, c) PPP_FCS((fcs), (c))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c249 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]);