Searched refs:points_no (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/ipfw/
H A Ddummynet.c606 int points_no = 0; local
682 points[points_no].delay = atof(name);
683 points[points_no].prob = atof(arg);
685 points[points_no].delay = atof(arg);
686 points[points_no].prob = atof(name);
688 if (points[points_no].prob > 1.0)
690 ++points_no;
709 if (points_no < ED_MIN_SAMPLES_NO)
713 qsort(points, points_no, sizeof(struct point), compare_points);
716 for (i = 0; i<points_no
[all...]

Completed in 45 milliseconds