Searched refs:ether_address_t (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/private/net/
H A Dether_driver.h34 } ether_address_t; typedef in typeref:struct:ether_address
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DAX88772Device.h28 virtual status_t ReadMACAddress(ether_address_t *address);
H A DASIXDevice.h84 ether_address_t* group);
85 virtual status_t ReadMACAddress(ether_address_t *address);
92 ether_address_t fMACAddress;
H A DASIXDevice.cpp334 return ModifyMulticastTable(true, (ether_address_t*)buffer);
338 return ModifyMulticastTable(false, (ether_address_t*)buffer);
527 ASIXDevice::ReadMACAddress(ether_address_t *address)
638 ASIXDevice::ModifyMulticastTable(bool join, ether_address_t* group)
H A DAX88772Device.cpp233 AX88772Device::ReadMACAddress(ether_address_t *address)
241 for (size_t i = 0; i < sizeof(ether_address_t) / 2; i++) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h141 ether_address_t *group);
142 status_t _ReadMACAddress(ether_address_t *address);
156 ether_address_t fMACAddress;
H A DDavicomDevice.cpp416 return _ModifyMulticastTable(true, (ether_address_t*)buffer);
420 return _ModifyMulticastTable(false, (ether_address_t*)buffer);
613 DavicomDevice::_ReadMACAddress(ether_address_t *address)
757 DavicomDevice::_ModifyMulticastTable(bool join, ether_address_t *group)
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dwb840.h375 ether_address_t MAC_Address;
515 extern void print_address(ether_address_t* addr);
H A Dwb840.c480 print_address(ether_address_t* addr)
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c102 ether_address_t myaddr; /* my ethernet address */
104 ether_address_t multi[MAX_MULTI]; /* multicast addresses */
424 print_address(ether_address_t *addr)
/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp87 ether_address_t macaddr;
91 ether_address_t multi[MAX_MULTI];

Completed in 123 milliseconds