Lines Matching refs:fprintf
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);
327 fprintf(f, "fh 0x%08x ", handle);
339 fprintf(f, "flowid %s ", sprint_tc_classid(*(__u32*)RTA_DATA(tb[TCA_RSVP_CLASSID]), b1));
341 fprintf(f, "tunnel %d skip %d ", *(__u32*)RTA_DATA(tb[TCA_RSVP_CLASSID]), pinfo->tunnelhdr);
343 fprintf(f, "tunnel [BAD] skip %d ", pinfo->tunnelhdr);
347 fprintf(f, "session ");
349 fprintf(f, " [INVALID DADDR] ");
351 fprintf(f, "%s", buf);
354 fprintf(f, "%s ", sprint_spi(&pinfo->dpi, 1, b2));
356 fprintf(f, " ");
360 fprintf(f, "session [NONE]%s ", sprint_spi(&pinfo->dpi, 1, b2));
362 fprintf(f, "session NONE ");
367 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)));
370 fprintf(f, "tunnelid %d ", pinfo->tunnelid);
373 fprintf(f, "sender ");
375 fprintf(f, "[BAD]");
377 fprintf(f, " %s", buf);
381 fprintf(f, "%s ", sprint_spi(&pinfo->spi, 0, b2));
383 fprintf(f, " ");
386 fprintf(f, "sender [NONE]%s ", sprint_spi(&pinfo->spi, 0, b2));