Searched refs:tableType (Results 1 - 3 of 3) sorted by relevance

/system/netd/server/
H A DRouteController.h72 TableType tableType) WARN_UNUSED_RESULT;
74 TableType tableType) WARN_UNUSED_RESULT;
H A DNetworkController.cpp566 RouteController::TableType tableType; local
568 tableType = RouteController::LOCAL_NETWORK;
571 tableType = RouteController::LEGACY_SYSTEM;
573 tableType = RouteController::LEGACY_NETWORK;
576 tableType = RouteController::INTERFACE;
579 return add ? RouteController::addRoute(interface, destination, nexthop, tableType) :
580 RouteController::removeRoute(interface, destination, nexthop, tableType);
H A DRouteController.cpp847 const char* nexthop, RouteController::TableType tableType) {
849 switch (tableType) {
1056 TableType tableType) {
1057 return modifyRoute(RTM_NEWROUTE, interface, destination, nexthop, tableType);
1061 const char* nexthop, TableType tableType) {
1062 return modifyRoute(RTM_DELROUTE, interface, destination, nexthop, tableType);
846 modifyRoute(uint16_t action, const char* interface, const char* destination, const char* nexthop, RouteController::TableType tableType) argument
1055 addRoute(const char* interface, const char* destination, const char* nexthop, TableType tableType) argument
1060 removeRoute(const char* interface, const char* destination, const char* nexthop, TableType tableType) argument

Completed in 50 milliseconds