Searched defs:tableType (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DNetworkController.cpp801 RouteController::TableType tableType; local
803 tableType = RouteController::LOCAL_NETWORK;
806 tableType = RouteController::LEGACY_SYSTEM;
808 tableType = RouteController::LEGACY_NETWORK;
811 tableType = RouteController::INTERFACE;
814 return add ? RouteController::addRoute(interface, destination, nexthop, tableType) :
815 RouteController::removeRoute(interface, destination, nexthop, tableType);
H A DRouteController.cpp857 TableType tableType) {
859 switch (tableType) {
1063 TableType tableType) {
1064 return modifyRoute(RTM_NEWROUTE, interface, destination, nexthop, tableType);
1068 const char* nexthop, TableType tableType) {
1069 return modifyRoute(RTM_DELROUTE, interface, destination, nexthop, tableType);
855 modifyRoute(uint16_t action, const char* interface, const char* destination, const char* nexthop, TableType tableType) argument
1062 addRoute(const char* interface, const char* destination, const char* nexthop, TableType tableType) argument
1067 removeRoute(const char* interface, const char* destination, const char* nexthop, TableType tableType) argument

Completed in 723 milliseconds