Searched refs:IP_RULE_V6 (Results 1 – 1 of 1) sorted by relevance
/system/netd/tests/ |
D | binder_test.cpp | 113 static const char* IP_RULE_V6 = "-6"; variable 529 bool existsIp6 = ipRuleExistsForRange(priority, range, action, IP_RULE_V6); in ipRuleExistsForRange() 1350 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectIpfwdRuleExists() 1358 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectIpfwdRuleNotExists() 1700 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectNetworkDefaultIpRuleExists() 1708 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectNetworkDefaultIpRuleDoesNotExist() 1730 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectNetworkPermissionIpRuleExists() 1786 {IP_RULE_V6, "::/0", "", true}, in TEST_F() 1787 {IP_RULE_V6, "::/0", "2001:db8::", true}, in TEST_F() 1788 {IP_RULE_V6, "2001:db8:cafe::/64", "2001:db8::", true}, in TEST_F() [all …]
|