Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp2946 std::vector<std::string> forwardV4Match = { in expectNatEnable() local
2956 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatEnable()
2977 std::vector<std::string> forwardV4Match = {"DROP"}; in expectNatDisable() local
2978 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatDisable()