Home
last modified time | relevance | path

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

/system/netd/server/
DNetwork.h41 const std::set<std::string>& getInterfaces() const;
DNetwork.cpp44 const std::set<std::string>& Network::getInterfaces() const { in getInterfaces() function in android::net::Network
DNetworkController.cpp923 for (const auto& physicalInterface : network->getInterfaces()) { in modifyFallthroughLocked()