Home
last modified time | relevance | path

Searched refs:CheckAddressIsInSet (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Difaddrs_test.cpp112 static void CheckAddressIsInSet(const std::string& if_name, bool unicast, in CheckAddressIsInSet() function
159 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()