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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c137 CFDictionaryRef on_demand_user_options; member in struct:__anon7146
290 if (connectionPrivate->on_demand_user_options != NULL) {
291 CFRelease(connectionPrivate->on_demand_user_options);
1746 userOptions = connectionPrivate->on_demand_user_options;
1747 } else if (connectionPrivate->on_demand_user_options != NULL) {
1752 CFDictionaryApplyFunction(connectionPrivate->on_demand_user_options,
1755 CFRelease(connectionPrivate->on_demand_user_options);
1756 userOptions = connectionPrivate->on_demand_user_options = localUserOptions;
4129 if (isA_CFDictionary(connectionPrivate->on_demand_user_options)) {
4130 match_info = CFDictionaryGetValue(connectionPrivate->on_demand_user_options, kSCNetworkConnectionSelectionOptionOnDemandMatchInf
[all...]

Completed in 126 milliseconds