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

/macosx-10.10/ppp-786.1.1/Controller/
H A Dnetwork_detection.c523 CFDictionaryRef domainRule = CFArrayGetValueAtIndex(domainRules, i); local
524 if (!isDictionary(domainRule)) {
528 CFStringRef domainAction = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersDomainAction);
534 CFArrayRef dnsServers = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersRequiredDNSServers);
535 CFArrayRef domains = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersDomains);
581 CFStringRef probeURL = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersRequiredURLStringProbe);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c3391 CFDictionaryRef domainRule = CFArrayGetValueAtIndex(actionArray, i); local
3396 if (!isA_CFDictionary(domainRule)) {
3400 domains = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersDomains);
3416 domainAction = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersDomainAction);
3422 *probeString = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersRequiredURLStringProbe);

Completed in 135 milliseconds