Home
last modified time | relevance | path

Searched refs:FirewallType (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DFirewallController.h27 enum FirewallType { WHITELIST, BLACKLIST }; enum
44 int enableFirewall(FirewallType);
71 FirewallType mFirewallType;
74 int createChain(const char*, const char*, FirewallType);
75 FirewallType getFirewallType(ChildChain);
DFirewallController.cpp60 FirewallType firewallType = getFirewallType(DOZABLE); in setupIptablesHooks()
69 int FirewallController::enableFirewall(FirewallType ftype) { in enableFirewall()
211 FirewallType FirewallController::getFirewallType(ChildChain chain) { in getFirewallType()
230 FirewallType firewallType = getFirewallType(chain); in setUidRule()
271 const char* parentChain, FirewallType type) { in createChain()
DCommandListener.h139 static FirewallType parseFirewallType(const char* arg);
DCommandListener.cpp1286 FirewallType CommandListener::FirewallCmd::parseFirewallType(const char* arg) { in parseFirewallType()
1323 FirewallType firewallType = parseFirewallType(argv[2]); in runCommand()