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

/macosx-10.10/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp791 OSData *hardAddr; local
800 hardAddr = OSDynamicCast(OSData, getProperty(kIOMACAddress));
801 if(hardAddr && hardAddr->getLength() == kIOFWAddressSize)
802 bcopy(hardAddr->getBytesNoCopy(), tempaddr, kIOFWAddressSize);
812 if(hardAddr)
/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp843 OSData *hardAddr; local
851 hardAddr = OSDynamicCast(OSData, getProperty(kIOMACAddress));
852 if(hardAddr && hardAddr->getLength() == kIOEthernetAddressSize)
853 bcopy(hardAddr->getBytesNoCopy(), tempaddr, kIOEthernetAddressSize);
863 if(hardAddr)

Completed in 94 milliseconds