Searched refs:LOCAL_STANDBY (Results 1 – 2 of 2) sorted by relevance
44 const char* FirewallController::LOCAL_STANDBY = "fw_standby"; member in FirewallController71 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()
77 static const char* LOCAL_STANDBY; variable