Add common functions for computing the Ethernet CRC on arbitrary length
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 3 Jul 2004 13:10:10 +0000 (13:10 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 3 Jul 2004 13:10:10 +0000 (13:10 +0000)
commitd6018c31982c17144c0c751802cbab7f6b318777
tree17e5380dc4dd157729ce2bf93c00efaf4de9f612
parent1a4bbccf1f58b2fb69a39ba4e4616f34682b6135
Add common functions for computing the Ethernet CRC on arbitrary length
buffers. ether_crc32_le() is available as table-driven version, which is
faster.

Obtained-from: NetBSD
sys/net/ethernet.h
sys/net/if_ethersubr.c
sys/net/if_var.h