Searched refs:addInterfaceToDefaultNetwork (Results 1 – 3 of 3) sorted by relevance
85 [[nodiscard]] static int addInterfaceToDefaultNetwork(const char* interface,
32 if (int ret = RouteController::addInterfaceToDefaultNetwork(interface.c_str(), permission)) { in addToDefault()
1128 int RouteController::addInterfaceToDefaultNetwork(const char* interface, Permission permission) { in addInterfaceToDefaultNetwork() function in android::net::RouteController