Searched refs:physicalInterface (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 65 int modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface, 69 int addFallthrough(const std::string& physicalInterface, 71 int removeFallthrough(const std::string& physicalInterface, 74 int modifyFallthrough(const std::string& physicalInterface, Permission permission, 88 const std::string& physicalInterface, in modifyFallthrough() argument 92 physicalInterface.c_str(), in modifyFallthrough() 94 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 100 physicalInterface.c_str(), in modifyFallthrough() 102 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 110 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough() argument [all …]
|
D | PhysicalNetwork.h | 29 virtual int addFallthrough(const std::string& physicalInterface, 31 virtual int removeFallthrough(const std::string& physicalInterface,
|
D | RouteController.h | 81 static int addVirtualNetworkFallthrough(unsigned vpnNetId, const char* physicalInterface, 83 static int removeVirtualNetworkFallthrough(unsigned vpnNetId, const char* physicalInterface,
|
D | RouteController.cpp | 581 const char* physicalInterface, in modifyVpnFallthroughRule() argument 583 uint32_t table = getRouteTableForInterface(physicalInterface); in modifyVpnFallthroughRule() 1000 int RouteController::addVirtualNetworkFallthrough(unsigned vpnNetId, const char* physicalInterface, in addVirtualNetworkFallthrough() argument 1002 return modifyVpnFallthroughRule(RTM_NEWRULE, vpnNetId, physicalInterface, permission); in addVirtualNetworkFallthrough() 1006 const char* physicalInterface, in removeVirtualNetworkFallthrough() argument 1008 return modifyVpnFallthroughRule(RTM_DELRULE, vpnNetId, physicalInterface, permission); in removeVirtualNetworkFallthrough()
|