OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2286 milliseconds