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

/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h140 status_t _ModifyMulticastTable(bool join,
H A DDavicomDevice.cpp416 return _ModifyMulticastTable(true, (ether_address_t*)buffer);
420 return _ModifyMulticastTable(false, (ether_address_t*)buffer);
757 DavicomDevice::_ModifyMulticastTable(bool join, ether_address_t *group) function in class:DavicomDevice

Completed in 24 milliseconds