Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dip.c39 int max_flush_loops = 10; variable
198 max_flush_loops = atoi(argv[1]); in main()
Dipaddress.c1410 while ((max_flush_loops == 0) || (round < max_flush_loops)) { in ipaddr_flush()
1449 fprintf(stderr, "*** Flush remains incomplete after %d rounds. ***\n", max_flush_loops); in ipaddr_flush()
/external/iproute2/include/
Dutils.h26 extern int max_flush_loops;