Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp2408 constexpr char FIREWALL_INPUT[] = "fw_INPUT"; variable
2416 EXPECT_TRUE(iptablesRuleExists(binary, FIREWALL_INPUT, dropRule)); in expectFirewallAllowlistMode()
2424 EXPECT_EQ(2, iptablesRuleLineLength(binary, FIREWALL_INPUT)); in expectFirewallDenylistMode()
2467 EXPECT_TRUE(iptablesFirewallInterfaceFirstRuleExists(binary, FIREWALL_INPUT, ifname, in expectFirewallInterfaceRuleAllowExists()
2478 iptablesFirewallInterfaceRuleExists(binary, FIREWALL_INPUT, ifname, returnRule)); in expectFireWallInterfaceRuleAllowDoesNotExist()