HomeSort by: relevance | last modified time | path
    Searched refs:PPP_FCS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
ppp_defs.h 103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
ppp_tty.c 528 fcs = PPP_FCS(fcs, *cp++);
1030 sc->sc_fcs = PPP_FCS(sc->sc_fcs, c);
  /src/external/bsd/ppp/dist/pppd/
demand.c 217 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
259 fcs = PPP_FCS(fcs, c);
  /src/external/bsd/ppp/dist/pppdump/
pppdump.c 214 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
296 fcs = PPP_FCS(fcs, p[k]);

Completed in 17 milliseconds