Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DRouteController.h109 [[nodiscard]] static int addInterfaceToPhysicalNetwork(unsigned netId, const char* interface,
H A DPhysicalNetwork.cpp197 if (int ret = RouteController::addInterfaceToPhysicalNetwork(mNetId, interface.c_str(), in addInterface()
H A DRouteController.cpp1188 int RouteController::addInterfaceToPhysicalNetwork(unsigned netId, const char* interface, in addInterfaceToPhysicalNetwork() function in android::net::RouteController