Searched refs:_EthernetCRC32 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h139 uint32 _EthernetCRC32(const uint8* buffer, size_t length);
H A DDavicomDevice.cpp740 DavicomDevice::_EthernetCRC32(const uint8* buffer, size_t length) function in class:DavicomDevice
765 uint32 hash = _EthernetCRC32(group->ebyte, 6);

Completed in 82 milliseconds