Home
last modified time | relevance | path

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

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