Lines Matching refs:stderr
32 fprintf(stderr, "Usage: mirred <DIRECTION> <ACTION> [index INDEX] <dev DEVICENAME> \n");
33 fprintf(stderr, "where: \n");
34 fprintf(stderr, "\tDIRECTION := <ingress | egress>\n");
35 fprintf(stderr, "\tACTION := <mirror | redirect>\n");
36 fprintf(stderr, "\tINDEX is the specific policy instance id\n");
37 fprintf(stderr, "\tDEVICENAME is the devicename \n");
92 fprintf(stderr, "Illegal \"index\"\n");
102 fprintf(stderr, "was expecting egress (%s)\n", *argv);
108 fprintf(stderr, "Can't have both mirror and redir\n");
117 fprintf(stderr, "Can't have both mirror and redir\n");
151 fprintf(stderr, "Cannot find device \"%s\"\n", d);
183 fprintf(stderr, "mirred: Illegal double index\n");
189 fprintf(stderr, "mirred: Illegal \"index\"\n");
218 fprintf(stderr,"mirred bad argument count %d\n", argc);
225 fprintf(stderr,"mirred bad argument %s\n", *argv);
239 fprintf(stderr,"mirred ingress not supported at the moment\n");
243 fprintf(stderr,"mirred option not supported %s\n", *argv);
275 fprintf(stderr, "Cannot find device %d\n", p->ifindex);