Home
last modified time | relevance | path

Searched defs:addRoute (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DNetworkController.cpp657 int NetworkController::addRoute(unsigned netId, const char* interface, const char* destination, in addRoute() function in android::net::NetworkController
DRouteController.cpp1466 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, in addRoute() function in android::net::RouteController
/system/netd/tests/
Dbinder_test.cpp5607 binder::Status addRoute(int32_t netId, const std::string& iface, const std::string& destination, in addRoute() function in __anondf233e382211::ScopedIfaceRouteOperation