Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.cpp92 const char* const IP_VERSIONS[] = {"-4", "-6"}; variable
828 for (size_t i = 0; i < ARRAY_SIZE(IP_VERSIONS); ++i) { in flushRules()
831 IP_VERSIONS[i], in flushRules()
891 for (size_t i = 0; i < ARRAY_SIZE(IP_VERSIONS); ++i) { in flushRoutes()
894 IP_VERSIONS[i], in flushRoutes()
916 IP_VERSIONS[i], tableString, attempts); in flushRoutes()