Home
last modified time | relevance | path

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

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