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

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DVPNService.c106 executables = CFDictionaryGetValue(ruleSettings, kSCValNetVPNAppRuleExecutableMatch);
282 executables = CFDictionaryGetValue(ruleSettings, kSCValNetVPNAppRuleExecutableMatch);
315 CFDictionarySetValue(new_settings, kSCValNetVPNAppRuleExecutableMatch, executables);
H A DSCSchemaDefinitionsPrivate.h208 * kSCValNetVPNAppRuleExecutableMatch "ExecutableMatch" CFArray[CFDictionary]
211 * --- kSCValNetVPNAppRuleExecutableMatch [CFDictionary] keys ---
1025 @const kSCValNetVPNAppRuleExecutableMatch
1028 extern const CFStringRef kSCValNetVPNAppRuleExecutableMatch;
1940 SC_SCHEMA_DECLARATION(kSCValNetVPNAppRuleExecutableMatch, __OSX_AVAILABLE_STARTING(__MAC_10_9,__IPHONE_7_0/*SPI*/))
1941 #define kSCValNetVPNAppRuleExecutableMatch \ macro
1942 SC_SCHEMA_KV(kSCValNetVPNAppRuleExecutableMatch \
H A DSCSchemaDefinitions.c418 const CFStringRef kSCValNetVPNAppRuleExecutableMatch = CFSTR("ExecutableMatch"); variable
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dapp_layer.c215 CFArrayRef rule_match_executables = CFDictionaryGetValue(rule_settings, kSCValNetVPNAppRuleExecutableMatch);
377 CFArrayRef execs = CFDictionaryGetValue(rule_settings, kSCValNetVPNAppRuleExecutableMatch);
399 CFDictionarySetValue(new_rule, kSCValNetVPNAppRuleExecutableMatch, new_execs);

Completed in 192 milliseconds