Searched refs:FILTER_TABLE (Results 1 – 1 of 1) sorted by relevance
/system/netd/tests/ |
D | binder_test.cpp | 86 #define FILTER_TABLE "filter" macro 1635 EXPECT_TRUE(iptablesTargetsExists(binary, 1, FILTER_TABLE, BANDWIDTH_INPUT, ifname, in expectBandwidthInterfaceQuotaRuleExists() 1637 EXPECT_TRUE(iptablesTargetsExists(binary, 1, FILTER_TABLE, BANDWIDTH_OUTPUT, ifname, in expectBandwidthInterfaceQuotaRuleExists() 1639 EXPECT_TRUE(iptablesTargetsExists(binary, 2, FILTER_TABLE, BANDWIDTH_FORWARD, ifname, in expectBandwidthInterfaceQuotaRuleExists() 1652 EXPECT_FALSE(iptablesTargetsExists(binary, 1, FILTER_TABLE, BANDWIDTH_INPUT, ifname, in expectBandwidthInterfaceQuotaRuleDoesNotExist() 1654 EXPECT_FALSE(iptablesTargetsExists(binary, 1, FILTER_TABLE, BANDWIDTH_OUTPUT, ifname, in expectBandwidthInterfaceQuotaRuleDoesNotExist() 1656 EXPECT_FALSE(iptablesTargetsExists(binary, 2, FILTER_TABLE, BANDWIDTH_FORWARD, ifname, in expectBandwidthInterfaceQuotaRuleDoesNotExist() 2433 std::vector<std::string> rules = listIptablesRuleByTable(binary, FILTER_TABLE, chainName); in iptablesFirewallInterfaceFirstRuleExists() 2453 std::vector<std::string> rules = listIptablesRuleByTable(binary, FILTER_TABLE, chainName); in iptablesFirewallInterfaceRuleExists() 2905 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatEnable() [all …]
|