Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diproute.c1256 int flush_fd = open (ROUTE_FLUSH_PATH, O_WRONLY); in iproute_flush_cache() local
1259 if (flush_fd < 0) { in iproute_flush_cache()
1267 if ((write (flush_fd, (void *)buffer, len)) < len) { in iproute_flush_cache()
1269 close(flush_fd); in iproute_flush_cache()
1272 close(flush_fd); in iproute_flush_cache()