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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c4429 CFMutableDictionaryRef new_user_options = NULL; local
4618 new_user_options = CFDictionaryCreateMutable(kCFAllocatorDefault,
4623 new_user_options = CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, user_options);
4627 CFDictionarySetValue(new_user_options, kSCNetworkConnectionSelectionOptionOnDemandHostName, host_name);
4631 CFDictionarySetValue(new_user_options, kSCNetworkConnectionSelectionOptionOnDemandMatchInfo, match_info);
4634 connectionPrivate->on_demand_user_options = new_user_options;
4659 if (new_user_options != NULL) {
4660 CFRelease(new_user_options);

Completed in 111 milliseconds