Home | History | Annotate | Download | only in tc

Lines Matching refs:stderr

29 	fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n");
30 fprintf(stderr, " [ sender SRC[/PORT | GPI ]\n");
31 fprintf(stderr, " [ classid CLASSID ] [ police POLICE_SPEC ]\n");
32 fprintf(stderr, " [ tunnelid ID ] [ tunnel ID skip NUMBER ]\n");
33 fprintf(stderr, "Where: GPI := { flowlabel NUMBER | spi/ah SPI | spi/esp SPI |\n");
34 fprintf(stderr, " u{8|16|32} NUMBER mask MASK at OFFSET}\n");
35 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n");
36 fprintf(stderr, " FILTERID := X:Y\n");
37 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
183 fprintf(stderr, "Illegal \"handle\"\n");
199 fprintf(stderr, "Illegal \"session\"\n");
211 fprintf(stderr, "Illegal \"sender\"\n");
223 fprintf(stderr, "Illegal \"ipproto\"\n");
233 fprintf(stderr, "Illegal \"classid\"\n");
241 fprintf(stderr, "Illegal \"tunnelid\"\n");
250 fprintf(stderr, "Illegal \"tunnel\"\n");
259 fprintf(stderr, "Illegal \"skip\"\n");
267 fprintf(stderr, "Illegal \"police\"\n");
275 fprintf(stderr, "What is \"%s\"?\n", *argv);