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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Drule.h39 RuleFlagVPNEntitledAndGroup = 1 << 8 enumerator in enum:__anon3492
H A Dengine.c341 // If a group modifier is enabled (RuleFlagEntitledAndGroup | RuleFlagVPNEntitledAndGroup)
345 if (rule_check_flags(rule, RuleFlagEntitledAndGroup | RuleFlagVPNEntitledAndGroup)) {
611 if (rule_check_flags(rule, RuleFlagVPNEntitledAndGroup)) {
H A Drule.c280 flags |= RuleFlagVPNEntitledAndGroup;
947 if (rule_check_flags(rule, RuleFlagVPNEntitledAndGroup)) {

Completed in 126 milliseconds