Searched refs:max_flush_loops (Results 1 – 3 of 3) sorted by relevance
39 int max_flush_loops = 10; variable198 max_flush_loops = atoi(argv[1]); in main()
1410 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()
26 extern int max_flush_loops;