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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c500 int flush_fd = open_or_warn(fn, O_WRONLY); local
502 if (flush_fd < 0) {
506 if (write(flush_fd, "-1", 2) < 2) {
510 close(flush_fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diproute.c974 int flush_fd = open (ROUTE_FLUSH_PATH, O_WRONLY); local
977 if (flush_fd < 0) {
984 if ((write (flush_fd, (void *)buffer, len)) < len) {
988 close(flush_fd);

Completed in 59 milliseconds