Searched refs:getNetworkForInterface (Results 1 – 4 of 4) sorted by relevance
104 unsigned getNetworkForInterface(const char* interface) const;105 unsigned getNetworkForInterface(const int ifIndex) const;
206 fwmark.netId = mNetworkController->getNetworkForInterface( in processClient()
371 unsigned NetworkController::getNetworkForInterface(const char* interface) const { in getNetworkForInterface() function in android::net::NetworkController384 unsigned NetworkController::getNetworkForInterface(const int ifIndex) const { in getNetworkForInterface() function in android::net::NetworkController
70 } else if ((netId = gCtls->netCtrl.getNetworkForInterface(interfaceName)) == NETID_UNSET) { in ifaceIndexToNetId()