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

/system/netd/server/
H A DRouteControllerTest.cpp39 int flushRoutes(uint32_t a) { function in class:android::net::RouteControllerTest
40 return RouteController::flushRoutes(a);
86 EXPECT_EQ(0, flushRoutes(table1));
H A DRouteController.h119 static int flushRoutes(const char* interface);
120 static int flushRoutes(uint32_t table);
143 int flushRoutes(uint32_t table) WARN_UNUSED_RESULT;
H A DRouteController.cpp920 WARN_UNUSED_RESULT int RouteController::flushRoutes(uint32_t table) { function in class:android::net::RouteController
929 WARN_UNUSED_RESULT int RouteController::flushRoutes(const char* interface) { function in class:android::net::RouteController
937 int ret = flushRoutes(table);
990 if (int ret = flushRoutes(interface)) {
1016 if (int ret = flushRoutes(interface)) {

Completed in 6886 milliseconds