Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp1492 bool ipRuleIpfwdExists(const char* ipVersion, const std::string& ipfwdRule) { in ipRuleIpfwdExists() argument
1495 if (rule.find(ipfwdRule) != std::string::npos) { in ipRuleIpfwdExists()
1503 std::string ipfwdRule = in expectIpfwdRuleExists() local
1507 EXPECT_TRUE(ipRuleIpfwdExists(ipVersion, ipfwdRule)); in expectIpfwdRuleExists()
1512 std::string ipfwdRule = in expectIpfwdRuleNotExists() local
1516 EXPECT_FALSE(ipRuleIpfwdExists(ipVersion, ipfwdRule)); in expectIpfwdRuleNotExists()