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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSignature.c139 CFStringRef global_state_v4_key = NULL; local
166 global_state_v4_key = create_global_state_v4_key();
167 keys = CFArrayCreate(NULL, (const void * *)&global_state_v4_key,
181 global_v4_state_dict = CFDictionaryGetValue(info, global_state_v4_key);
217 if (global_state_v4_key != NULL) {
218 CFRelease(global_state_v4_key);

Completed in 108 milliseconds