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