Home | History | Annotate | Download | only in pfctl

Lines Matching defs:maxburst

432 	u_int		 minburst, maxburst;
437 maxburst = opts->maxburst;
463 if (maxburst == 0) { /* use default */
465 maxburst = 4;
467 maxburst = 16;
471 if (minburst > maxburst)
472 minburst = maxburst;
476 gton = pow(g, (double)maxburst);
500 opts->maxburst = maxburst;