Lines Matching refs:fprintf
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> "
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 "
276 fprintf(f,"\n GRED received message smaller than expected\n");
284 fprintf(f, "\n DP:%d (prio %d) Average Queue %s Measured "
290 fprintf(f, "\n\t Packet drops: %d (forced %d early %d) ",
294 fprintf(f, "\n\t Packet totals: %u (bytes %u) ",
298 fprintf(f, "\n limit %s min %s max %s ",
302 fprintf(f, "ewma %u Plog %u Scell_log %u",