HomeSort by relevance Sort by last modified time
    Searched refs:PPP_FCS (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/include/net/
ppp_defs.h 103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
  /external/kernel-headers/original/linux/
ppp_defs.h 101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
  /external/ppp/pppd/
demand.c 253 fcs = PPP_FCS(fcs, c);

Completed in 25 milliseconds