Searched refs:macAddr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOKernelDebugger.cpp171 OSData * macAddr = OSDynamicCast(OSData, controller->getProperty(kIOMACAddress)); local
172 if ( (macAddr == 0) || (macAddr->getLength() != 6) )
183 unsigned char *macData = (unsigned char *)macAddr->getBytesNoCopy();
H A DIONetworkInterface.cpp2147 OSData * macAddr = OSDynamicCast(OSData, prop); local
2153 if (macAddr && macAddr->getLength() && (macAddr->getLength() <= len))
2155 len = macAddr->getLength();
2157 bcopy(macAddr->getBytesNoCopy(), ll_addr->sdl_data, len);
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIP.cpp106 makeEthernetAddress(&fwuid, macAddr, GUID_TYPE);
417 memcpy(ea->bytes, macAddr, kIOFWAddressSize);
H A DIOFWIPBusInterface.cpp2065 bcopy(fIPLocalNode->macAddr, fwh->fw_dhost, kIOFWAddressSize);
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIP.h161 UInt8 macAddr[kIOFWAddressSize]; member in class:IOFireWireIP

Completed in 162 milliseconds