Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dcrc.c31 unsigned char rfcomm_crc_table[256] = { variable
Dcore.c114 #define __crc(data) (rfcomm_crc_table[rfcomm_crc_table[0xff ^ data[0]] ^ data[1]])
125 return (0xff - rfcomm_crc_table[__crc(data) ^ data[2]]); in __fcs2()
134 f = rfcomm_crc_table[f ^ data[2]]; in __check_fcs()
136 return rfcomm_crc_table[f ^ fcs] != 0xcf; in __check_fcs()
/linux-2.4.37.9/include/net/bluetooth/
Drfcomm.h300 extern u8 rfcomm_crc_table[];