Searched refs:crc16_tab (Results 1 – 2 of 2) sorted by relevance
62 static const unsigned short int crc16_tab[] = { variable347 hdlc->crc = (hdlc->crc>>8)^crc16_tab[cval]; in isdnhdlc_decode()526 hdlc->crc = (hdlc->crc>>8)^crc16_tab[cval]; in isdnhdlc_encode()
15 static const unsigned short int crc16_tab[] = { variable303 hdlc->crc = (hdlc->crc>>8)^crc16_tab[cval]; in hdlc_decode()482 hdlc->crc = (hdlc->crc>>8)^crc16_tab[cval]; in hdlc_encode()