Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diproute.c1020 #define ROUTE_FLUSH_PATH "/proc/sys/net/ipv4/route/flush" in iproute_flush_cache() macro
1023 int flush_fd = open (ROUTE_FLUSH_PATH, O_WRONLY); in iproute_flush_cache()
1027 fprintf (stderr, "Cannot open \"%s\"\n", ROUTE_FLUSH_PATH); in iproute_flush_cache()