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

/external/iproute2/ip/
H A Diproute.c1332 int flush_fd = open(ROUTE_FLUSH_PATH, O_WRONLY); local
1335 if (flush_fd < 0) {
1343 if ((write(flush_fd, (void *)buffer, len)) < len) {
1345 close(flush_fd);
1348 close(flush_fd);

Completed in 105 milliseconds