Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diproute.c1329 #define ROUTE_FLUSH_PATH "/proc/sys/net/ipv4/route/flush" in iproute_flush_cache() macro
1332 int flush_fd = open(ROUTE_FLUSH_PATH, O_WRONLY); in iproute_flush_cache()
1337 ROUTE_FLUSH_PATH, strerror(errno)); in iproute_flush_cache()