Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h61 [[nodiscard]] static int addInterfaceToPhysicalNetwork(unsigned netId, const char* interface,
DPhysicalNetwork.cpp169 if (int ret = RouteController::addInterfaceToPhysicalNetwork(mNetId, interface.c_str(), in addInterface()
DRouteController.cpp1049 int RouteController::addInterfaceToPhysicalNetwork(unsigned netId, const char* interface, in addInterfaceToPhysicalNetwork() function in android::net::RouteController