Home | History | Annotate | Download | only in ip

Lines Matching full:stderr

48 	fprintf(stderr, "Usage: ip neigh { add | del | change | replace } { ADDR [ lladdr LLADDR ]\n"
51 fprintf(stderr, " ip neigh {show|flush} [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n");
156 fprintf(stderr, "Device and destination are required arguments.\n");
173 fprintf(stderr, "Cannot find device \"%s\"\n", d);
193 fprintf(stderr, "Not RTM_NEWNEIGH: %08x %08x %08x\n",
200 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
327 fprintf(stderr, "Flush requires arguments.\n");
376 fprintf(stderr, "Cannot find device \"%s\"\n", filter_dev);
397 fprintf(stderr, "Flush terminated\n");
429 fprintf(stderr, "Dump terminated\n");
449 fprintf(stderr, "Sorry, \"neigh get\" is not implemented :-(\n");
463 fprintf(stderr, "Command \"%s\" is unknown, try \"ip neigh help\".\n", *argv);