Searched defs:ether_crc_le (Results 1 – 2 of 2) sorted by relevance
77 #define ether_crc_le(length, data) crc32_le(~0, data, length) macro