ether_address_t
ether_address_t myaddr; /* my ethernet address */
ether_address_t multi[MAX_MULTI]; /* multicast addresses */
print_address(ether_address_t *addr)
return _ModifyMulticastTable(true, (ether_address_t*)buffer);
return _ModifyMulticastTable(false, (ether_address_t*)buffer);
DavicomDevice::_ReadMACAddress(ether_address_t *address)
DavicomDevice::_ModifyMulticastTable(bool join, ether_address_t *group)
ether_address_t *group);
status_t _ReadMACAddress(ether_address_t *address);
ether_address_t fMACAddress;
ether_address_t macaddr;
ether_address_t multi[MAX_MULTI];
print_address(ether_address_t* addr)
ether_address_t MAC_Address;
extern void print_address(ether_address_t* addr);