Searched refs:FirewallRule (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | FirewallController.h | 34 enum FirewallRule { ALLOW = INetd::FIREWALL_RULE_ALLOW, DENY = INetd::FIREWALL_RULE_DENY }; enum 68 int setInterfaceRule(const char*, FirewallRule); 70 int setUidRule(ChildChain, int, FirewallRule);
|
D | TrafficController.h | 96 int changeUidOwnerRule(ChildChain chain, const uid_t uid, FirewallRule rule, FirewallType type); 103 netdutils::Status updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule,
|
D | FirewallController.cpp | 180 int FirewallController::setInterfaceRule(const char* iface, FirewallRule rule) { in setInterfaceRule() 229 int FirewallController::setUidRule(ChildChain chain, int uid, FirewallRule rule) { in setUidRule()
|
D | TrafficController.cpp | 521 Status TrafficController::updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule, in updateOwnerMapEntry() 617 int TrafficController::changeUidOwnerRule(ChildChain chain, uid_t uid, FirewallRule rule, in changeUidOwnerRule()
|
D | NetdNativeService.h | 266 static FirewallRule parseRule(int32_t firewallRule);
|
D | NetdNativeService.cpp | 1163 auto rule = static_cast<FirewallRule>(firewallRule); in firewallSetInterfaceRule() 1173 auto rule = static_cast<FirewallRule>(firewallRule); in firewallSetUidRule()
|