Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp2895 std::vector<std::string> forwardV4Match = { in expectNatEnable() local
2905 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatEnable()
2926 std::vector<std::string> forwardV4Match = {"DROP"}; in expectNatDisable() local
2927 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatDisable()