Searched refs:IP_RULE_V6 (Results 1 – 1 of 1) sorted by relevance
/system/netd/tests/ |
D | binder_test.cpp | 136 static const char* IP_RULE_V6 = "-6"; variable 595 bool existsIp6 = ipRuleExistsForRange(priority, range, action, IP_RULE_V6, 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() 1911 {IP_RULE_V6, "::/0", "", true}, in TEST_F() 1912 {IP_RULE_V6, "::/0", "2001:db8::", true}, in TEST_F() 1913 {IP_RULE_V6, "2001:db8:cafe::/64", "2001:db8::", true}, in TEST_F() [all …]
|