Searched refs:CheckAddressIsInSet (Results 1 – 1 of 1) sorted by relevance
112 static void CheckAddressIsInSet(const std::string& if_name, bool unicast, in CheckAddressIsInSet() function159 for (const auto& it : inet_addrs) CheckAddressIsInSet(it.first, true, it.second); in TEST()160 for (const auto& it : broad_addrs) CheckAddressIsInSet(it.first, false, it.second); in TEST()