Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNetworkController.h105 unsigned getNetworkForInterface(const char* interface) const;
H A DClatdController.cpp437 unsigned networkId = mNetCtrl->getNetworkForInterface(interface.c_str()); in startClatd()
H A DNetworkController.cpp368 unsigned NetworkController::getNetworkForInterface(const char* interface) const { in getNetworkForInterface() function in android::net::NetworkController