Lines Matching full:flush
67 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n");
341 perror("Failed to send flush request");
613 static int ipaddr_list_or_flush(int argc, char **argv, int flush)
627 if (flush) {
629 fprintf(stderr, "Flush requires arguments.\n");
633 fprintf(stderr, "Cannot flush link addresses.\n");
715 if (flush) {
750 fprintf(stderr, "Flush terminated\n");
756 printf("Nothing to flush.\n");
758 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
772 fprintf(stderr, "*** Flush remains incomplete after %d rounds. ***\n", MAX_ROUNDS); fflush(stderr);
1095 if (matches(*argv, "flush") == 0)