Home | History | Annotate | Download | only in tc

Lines Matching full: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");
91 fprintf(stderr, "Illegal \"index\"\n");
101 fprintf(stderr, "was expecting egress (%s)\n", *argv);
107 fprintf(stderr, "Cant have both mirror and redir\n");
116 fprintf(stderr, "Cant have both mirror and redir\n");
150 fprintf(stderr, "Cannot find device \"%s\"\n", d);
182 fprintf(stderr, "mirred: Illegal double index\n");
188 fprintf(stderr, "mirred: Illegal \"index\"\n");
216 fprintf(stderr,"mirred bad arguement count %d\n", argc);
223 fprintf(stderr,"mirred bad arguement %s\n", *argv);
237 fprintf(stderr,"mirred ingress not supported at the moment\n");
241 fprintf(stderr,"mirred option not supported %s\n", *argv);
273 fprintf(stderr, "Cannot find device %d\n", p->ifindex);