Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.cpp93 const char* const IP_VERSIONS[] = {"-4", "-6"}; variable
861 for (size_t i = 0; i < ARRAY_SIZE(IP_VERSIONS); ++i) { in flushRules()
864 IP_VERSIONS[i], in flushRules()
924 for (size_t i = 0; i < ARRAY_SIZE(IP_VERSIONS); ++i) { in flushRoutes()
927 IP_VERSIONS[i], in flushRoutes()
949 IP_VERSIONS[i], tableString, attempts); in flushRoutes()