Lines Matching refs:IP_RULE_V6
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()
1798 {IP_RULE_V6, "2001:db8::/32", ""}, in TEST_F()
3160 {IP_RULE_V6, "::/0", "", true, in TEST_F()
3162 {IP_RULE_V6, "2001:db8:cafe::/64", "", true, in TEST_F()
3164 {IP_RULE_V6, "fe80::/64", "0.0.0.0", false, in TEST_F()
3355 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectVpnFallthroughRuleExists()