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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSignature.c240 CFStringRef global_setup_v4_key = NULL; local
257 global_setup_v4_key = create_global_setup_v4_key();
258 keys = CFArrayCreate(NULL, (const void * *)&global_setup_v4_key, 1,
279 CFDictionaryRemoveValue(services_dict, global_setup_v4_key);
281 global_v4_dict = CFDictionaryGetValue(info, global_setup_v4_key);
367 if (global_setup_v4_key != NULL) {
368 CFRelease(global_setup_v4_key);

Completed in 187 milliseconds