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

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c787 CFStringRef sp_mac_cf; local
789 sp_mac_cf = CFDictionaryGetValue(info, kBSPMACAddress);
790 if (isA_CFString(sp_mac_cf) != NULL) {
794 sp_mac = bytesFromColonHexString(sp_mac_cf, &len);

Completed in 78 milliseconds