Home
last modified time | relevance | path

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

/aosp12/system/netd/tests/
H A Dbinder_test.cpp2898 std::vector<std::string> forwardV4Match = { in expectNatEnable() local
2908 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatEnable()
2929 std::vector<std::string> forwardV4Match = {"DROP"}; in expectNatDisable() local
2930 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatDisable()