Searched defs:lnc_mchash (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp903 DECLINLINE(uint32_t) lnc_mchash(const uint8_t *ether_addr) function
1041 index = lnc_mchash(hdr->ether_dhost) >> 26;
1053 index = lnc_mchash(hdr->ether_dhost) >> 26;

Completed in 62 milliseconds