Searched refs:physicalInterface (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 70 int modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface, 74 int addFallthrough(const std::string& physicalInterface, 76 int removeFallthrough(const std::string& physicalInterface, 79 int modifyFallthrough(const std::string& physicalInterface, Permission permission, 93 const std::string& physicalInterface, in modifyFallthrough() argument 97 physicalInterface.c_str(), in modifyFallthrough() 99 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 105 physicalInterface.c_str(), in modifyFallthrough() 107 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 115 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 | 86 static int addVirtualNetworkFallthrough(unsigned vpnNetId, const char* physicalInterface, 88 static int removeVirtualNetworkFallthrough(unsigned vpnNetId, const char* physicalInterface,
|
D | RouteController.cpp | 617 const char* physicalInterface, in modifyVpnFallthroughRule() argument 619 uint32_t table = getRouteTableForInterface(physicalInterface); in modifyVpnFallthroughRule() 1114 int RouteController::addVirtualNetworkFallthrough(unsigned vpnNetId, const char* physicalInterface, in addVirtualNetworkFallthrough() argument 1116 return modifyVpnFallthroughRule(RTM_NEWRULE, vpnNetId, physicalInterface, permission); in addVirtualNetworkFallthrough() 1120 const char* physicalInterface, in removeVirtualNetworkFallthrough() argument 1122 return modifyVpnFallthroughRule(RTM_DELRULE, vpnNetId, physicalInterface, permission); in removeVirtualNetworkFallthrough()
|