tag | line | file | source code |
fcs | 508 | drivers/net/ppp.c | buf->fcs = PPP_INITFCS; |
fcs | 1142 | drivers/net/ppp.c | buf->fcs = PPP_INITFCS; |
fcs | 1168 | drivers/net/ppp.c | buf->fcs = PPP_FCS (buf->fcs, chr); |
fcs | 1552 | drivers/net/ppp.c | if (ppp->rbuf->fcs != PPP_GOODFCS) { |
fcs | 1556 | drivers/net/ppp.c | ppp->rbuf->fcs ^ PPP_GOODFCS); |
fcs | 1845 | drivers/net/ppp.c | buf->fcs = PPP_FCS (buf->fcs, chr); |
fcs | 1880 | drivers/net/ppp.c | buf->fcs = PPP_INITFCS; |
fcs | 1912 | drivers/net/ppp.c | write_fcs = buf->fcs ^ 0xFFFF; |
fcs | 51 | include/asm-i386/processor.h | long fcs; |
fcs | 63 | include/asm-i386/processor.h | long fcs; |
fcs | 38 | include/asm-i386/user.h | long fcs; |
fcs | 81 | include/linux/if_pppvar.h | __u16 fcs; /* Frame Check Sequence (CRC) */ |
fcs | 87 | include/linux/ppp_defs.h | #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) |