Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.cpp61 res |= createChain(LOCAL_DOZABLE, LOCAL_INPUT, firewallType); in setupIptablesHooks()
64 res |= createChain(LOCAL_STANDBY, LOCAL_INPUT, firewallType); in setupIptablesHooks()
270 int FirewallController::createChain(const char* childChain, in createChain() function in FirewallController
DFirewallController.h74 int createChain(const char*, const char*, FirewallType);