Searched refs:physicalInterface (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 67 int modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface, 71 int addFallthrough(const std::string& physicalInterface, 73 int removeFallthrough(const std::string& physicalInterface, 76 int modifyFallthrough(const std::string& physicalInterface, Permission permission, 90 const std::string& physicalInterface, in modifyFallthrough() argument 94 physicalInterface.c_str(), in modifyFallthrough() 96 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 102 physicalInterface.c_str(), in modifyFallthrough() 104 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 112 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 | 602 const char* physicalInterface, in modifyVpnFallthroughRule() argument 604 uint32_t table = getRouteTableForInterface(physicalInterface); in modifyVpnFallthroughRule() 1073 int RouteController::addVirtualNetworkFallthrough(unsigned vpnNetId, const char* physicalInterface, in addVirtualNetworkFallthrough() argument 1075 return modifyVpnFallthroughRule(RTM_NEWRULE, vpnNetId, physicalInterface, permission); in addVirtualNetworkFallthrough() 1079 const char* physicalInterface, in removeVirtualNetworkFallthrough() argument 1081 return modifyVpnFallthroughRule(RTM_DELRULE, vpnNetId, physicalInterface, permission); in removeVirtualNetworkFallthrough()
|