Home | History | Annotate | Download | only in tc

Lines Matching full:stderr

32 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
39 fprintf(stderr, "Usage: ... gred DP drop-probability limit BYTES "
41 fprintf(stderr, " avpkt BYTES burst PACKETS probability PROBABILITY "
43 fprintf(stderr, " [prio value]\n");
44 fprintf(stderr," OR ...\n");
45 fprintf(stderr," gred setup DPs <num of DPs> default <default DP> "
59 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
62 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
65 fprintf(stderr, "DPs =%d\n", dps);
66 fprintf(stderr, "Illegal \"DPs\"\n");
67 fprintf(stderr, "GRED: only %d DPs are "
75 fprintf(stderr, "\"default DP\" must be "
80 fprintf(stderr,
91 fprintf(stderr, "What is \"%s\"?\n", *argv);
99 fprintf(stderr, "Illegal gred setup parameters \n");
136 fprintf(stderr, "Illegal \"limit\"\n");
142 fprintf(stderr, "Illegal \"setup\"\n");
150 fprintf(stderr, "Illegal \"min\"\n");
157 fprintf(stderr, "Illegal \"max\"\n");
166 fprintf(stderr, "DP =%u \n",opt.DP);
167 fprintf(stderr, "Illegal \"DP\"\n");
168 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
175 fprintf(stderr, "Illegal \"burst\"\n");
182 fprintf(stderr, "Illegal \"avpkt\"\n");
189 fprintf(stderr, "Illegal \"probability\"\n");
201 fprintf(stderr, "Illegal \"bandwidth\"\n");
209 fprintf(stderr, "What is \"%s\"?\n", *argv);
221 fprintf(stderr, "Required parameter (min, max, burst, limit, "
227 fprintf(stderr, "GRED: failed to calculate EWMA constant.\n");
231 fprintf(stderr, "GRED: WARNING. Burst %d seems to be to "
235 fprintf(stderr, "GRED: failed to calculate probability.\n");
241 fprintf(stderr, "GRED: failed to calculate idle damping "