Home | History | Annotate | Download | only in tc

Lines Matching full:fprintf

31 	fprintf(stderr, "Usage: ... red limit BYTES [min BYTES] [max BYTES] avpkt BYTES [burst PACKETS]\n");
32 fprintf(stderr, " [adaptive] [probability PROBABILITY] bandwidth KBPS\n");
33 fprintf(stderr, " [ecn] [harddrop]\n");
54 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"min\"\n");
66 fprintf(stderr, "Illegal \"max\"\n");
72 fprintf(stderr, "Illegal \"burst\"\n");
78 fprintf(stderr, "Illegal \"avpkt\"\n");
84 fprintf(stderr, "Illegal \"probability\"\n");
90 fprintf(stderr, "Illegal \"bandwidth\"\n");
105 fprintf(stderr, "What is \"%s\"?\n", *argv);
116 fprintf(stderr, "RED: Required parameter (limit, avpkt) is missing\n");
130 fprintf(stderr, "RED: failed to calculate EWMA constant.\n");
134 fprintf(stderr, "RED: WARNING. Burst %d seems to be too large.\n", burst);
137 fprintf(stderr, "RED: failed to calculate probability.\n");
142 fprintf(stderr, "RED: failed to calculate idle damping table.\n");
181 fprintf(f, "limit %s min %s max %s ",
186 fprintf(f, "ecn ");
188 fprintf(f, "harddrop ");
190 fprintf(f, "adaptive ");
192 fprintf(f, "ewma %u ", qopt->Wlog);
194 fprintf(f, "probability %lg ", max_P / pow(2, 32));
196 fprintf(f, "Plog %u ", qopt->Plog);
197 fprintf(f, "Scell_log %u", qopt->Scell_log);
214 fprintf(f, " marked %u early %u pdrop %u other %u",