Lines Matching refs:IP_RULE_V4
112 static const char* IP_RULE_V4 = "-4"; variable
528 bool existsIp4 = ipRuleExistsForRange(priority, range, action, IP_RULE_V4); 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()
1781 {IP_RULE_V4, "0.0.0.0/0", "", true}, in TEST_F()
1782 {IP_RULE_V4, "0.0.0.0/0", "10.251.10.0", true}, in TEST_F()
1783 {IP_RULE_V4, "10.251.0.0/16", "", true}, in TEST_F()
1784 {IP_RULE_V4, "10.251.0.0/16", "10.251.10.0", true}, in TEST_F()
1785 {IP_RULE_V4, "10.251.0.0/16", "fe80::/64", false}, in TEST_F()
1789 {IP_RULE_V4, "fe80::/64", "0.0.0.0", false}, in TEST_F()
1797 {IP_RULE_V4, "10.251.10.0/30", ""}, in TEST_F()
3154 {IP_RULE_V4, "0.0.0.0/0", "", true, in TEST_F()
3156 {IP_RULE_V4, "10.251.0.0/16", "", true, in TEST_F()
3158 {IP_RULE_V4, "10.251.0.0/16", "fe80::/64", false, in TEST_F()
3355 for (const auto& ipVersion : {IP_RULE_V4, IP_RULE_V6}) { in expectVpnFallthroughRuleExists()