Home
last modified time | relevance | path

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

/system/netd/server/
DPhysicalNetwork.h32 virtual int addFallthrough(const std::string& physicalInterface,
DPhysicalNetwork.cpp36 if (int ret = delegate->addFallthrough(interface, permission)) { in addToDefault()
DNetworkController.cpp79 int addFallthrough(const std::string& physicalInterface,
120 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough() function in android::net::NetworkController::DelegateImpl