Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp135 static const char* IP_RULE_V4 = "-4"; variable
594 bool existsIp4 = ipRuleExistsForRange(priority, range, action, IP_RULE_V4, oif); in ipRuleExistsForRange()
1506 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectIpfwdRuleExists()
1515 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectIpfwdRuleNotExists()
1821 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectNetworkDefaultIpRuleExists()
1830 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectNetworkDefaultIpRuleDoesNotExist()
1855 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectNetworkPermissionIpRuleExists()
1906 {IP_RULE_V4, "0.0.0.0/0", "", true}, in TEST_F()
1907 {IP_RULE_V4, "0.0.0.0/0", "10.251.10.0", true}, in TEST_F()
1908 {IP_RULE_V4, "10.251.0.0/16", "", true}, in TEST_F()
[all …]