Home
last modified time | relevance | path

Searched refs:createChain (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DFirewallControllerTest.cpp45 int createChain(const char* a, const char* b , FirewallType c) { in createChain() function in FirewallControllerTest
46 return mFw.createChain(a, b, c); in createChain()
83 createChain("fw_whitelist", "INPUT", WHITELIST); in TEST_F()
104 createChain("fw_blacklist", "INPUT", BLACKLIST); in TEST_F()
DFirewallController.cpp68 res |= createChain(LOCAL_DOZABLE, LOCAL_INPUT, firewallType); in setupIptablesHooks()
71 res |= createChain(LOCAL_STANDBY, LOCAL_INPUT, firewallType); in setupIptablesHooks()
74 res |= createChain(LOCAL_POWERSAVE, LOCAL_INPUT, firewallType); in setupIptablesHooks()
291 int FirewallController::createChain(const char* childChain, in createChain() function in FirewallController
DFirewallController.h96 int createChain(const char*, const char*, FirewallType);