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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diproute.c971 #define ROUTE_FLUSH_PATH "/proc/sys/net/ipv4/route/flush" macro
974 int flush_fd = open (ROUTE_FLUSH_PATH, O_WRONLY);
978 fprintf (stderr, "Cannot open \"%s\"\n", ROUTE_FLUSH_PATH);

Completed in 113 milliseconds