Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.cpp44 const char* FirewallController::LOCAL_STANDBY = "fw_standby"; member in FirewallController
71 res |= createChain(LOCAL_STANDBY, LOCAL_INPUT, firewallType); in setupIptablesHooks()
119 name = LOCAL_STANDBY; in enableChildChains()
263 res |= execIptables(V4V6, op, LOCAL_STANDBY, "-m", "owner", "--uid-owner", in setUidRule()
DFirewallController.h77 static const char* LOCAL_STANDBY; variable