Searched refs:flushRoutes (Results 1 – 3 of 3) sorted by relevance
39 int flushRoutes(uint32_t a) { in flushRoutes() function in android::net::RouteControllerTest40 return RouteController::flushRoutes(a); in flushRoutes()86 EXPECT_EQ(0, flushRoutes(table1)); in TEST_F()
119 static int flushRoutes(const char* interface);120 static int flushRoutes(uint32_t table);143 int flushRoutes(uint32_t table) WARN_UNUSED_RESULT;
920 WARN_UNUSED_RESULT int RouteController::flushRoutes(uint32_t table) { in flushRoutes() function in android::net::RouteController929 WARN_UNUSED_RESULT int RouteController::flushRoutes(const char* interface) { in flushRoutes() function in android::net::RouteController937 int ret = flushRoutes(table); in flushRoutes()990 if (int ret = flushRoutes(interface)) { in removeInterfaceFromPhysicalNetwork()1016 if (int ret = flushRoutes(interface)) { in removeInterfaceFromVirtualNetwork()