Searched refs:current_octet (Results 1 – 1 of 1) sorted by relevance
1794 unsigned char current_octet = *data++; in ether_crc() local1796 for (bit = 0; bit < 8; bit++, current_octet >>= 1) in ether_crc()1798 ((crc < 0) ^ (current_octet & 1) ? in ether_crc()