Searched refs:addInterfaceToPhysicalNetwork (Results 1 – 3 of 3) sorted by relevance
61 [[nodiscard]] static int addInterfaceToPhysicalNetwork(unsigned netId, const char* interface,
169 if (int ret = RouteController::addInterfaceToPhysicalNetwork(mNetId, interface.c_str(), in addInterface()
1049 int RouteController::addInterfaceToPhysicalNetwork(unsigned netId, const char* interface, in addInterfaceToPhysicalNetwork() function in android::net::RouteController