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

/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dproxy-configuration.c88 domains = CFDictionaryGetValue(proxy, kSCPropNetProxiesSupplementalMatchDomains);
141 CFDictionaryRemoveValue(match_proxy, kSCPropNetProxiesSupplementalMatchDomains);
200 if (!CFDictionaryContainsKey(proxy, kSCPropNetProxiesSupplementalMatchDomains) &&
206 CFDictionarySetValue(proxyWithDNS, kSCPropNetProxiesSupplementalMatchDomains, matchDomains);
428 CFDictionaryRemoveValue(newProxy, kSCPropNetProxiesSupplementalMatchDomains);
499 CFDictionaryRemoveValue(newProxy, kSCPropNetProxiesSupplementalMatchDomains);
716 CFDictionaryRemoveValue(newProxy, kSCPropNetProxiesSupplementalMatchDomains);
H A Dip_plugin.c4780 { kSCPropNetProxiesSupplementalMatchDomains, ALLOW_EMPTY_STRING, TRUE },
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCSchemaDefinitionsPrivate.h172 * kSCPropNetProxiesSupplementalMatchDomains "SupplementalMatchDomains" CFArray[CFString]
854 @const kSCPropNetProxiesSupplementalMatchDomains
857 extern const CFStringRef kSCPropNetProxiesSupplementalMatchDomains;
1850 SC_SCHEMA_DECLARATION(kSCPropNetProxiesSupplementalMatchDomains, __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_5_0/*SPI*/))
1851 #define kSCPropNetProxiesSupplementalMatchDomains \ macro
1852 SC_SCHEMA_KV(kSCPropNetProxiesSupplementalMatchDomains \
H A DSCSchemaDefinitions.c375 const CFStringRef kSCPropNetProxiesSupplementalMatchDomains = CFSTR("SupplementalMatchDomains"); variable
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_utils.c1947 #ifndef kSCPropNetProxiesSupplementalMatchDomains
1948 #define kSCPropNetProxiesSupplementalMatchDomains kSCPropNetDNSSupplementalMatchDomains macro
1952 CFDictionarySetValue(proxies_dict, kSCPropNetProxiesSupplementalMatchDomains, supp_domains);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.c1441 #ifndef kSCPropNetProxiesSupplementalMatchDomains
1442 #define kSCPropNetProxiesSupplementalMatchDomains kSCPropNetDNSSupplementalMatchDomains macro
1445 if (err) publish_dns_wins_entry(kSCEntNetProxies, kSCPropNetProxiesSupplementalMatchDomains, str, 0, kSCPropNetProxiesSupplementalMatchOrders, num, 0, 0, clean);
H A Dsys-MacOSX.c3009 #ifndef kSCPropNetProxiesSupplementalMatchDomains
3010 #define kSCPropNetProxiesSupplementalMatchDomains kSCPropNetDNSSupplementalMatchDomains macro
3013 if (result) publish_dns_wins_entry(kSCEntNetProxies, kSCPropNetProxiesSupplementalMatchDomains, strname, 0, kSCPropNetProxiesSupplementalMatchOrders, num, 0, 0, clean);

Completed in 240 milliseconds