HomeSort by relevance Sort by last modified time
    Searched refs:max_flush_loops (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
ip.c 35 int max_flush_loops = 10; variable
173 max_flush_loops = atoi(argv[1]);
ipaddress.c 884 while ((max_flush_loops == 0) || (round < max_flush_loops)) {
936 fprintf(stderr, "*** Flush remains incomplete after %d rounds. ***\n", max_flush_loops);
    [all...]
  /external/iproute2/include/
utils.h 20 extern int max_flush_loops;

Completed in 1153 milliseconds