Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.h102 unsigned getNetworkForInterface(const char* interface) const;
DClatdController.cpp479 unsigned networkId = mNetCtrl->getNetworkForInterface(interface.c_str()); in startClatd()
DNetworkController.cpp348 unsigned NetworkController::getNetworkForInterface(const char* interface) const { in getNetworkForInterface() function in android::net::NetworkController