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

/freebsd-10-stable/sbin/ipfw/
H A Ddummynet.c870 int points_no = 0; local
945 points[points_no].delay = atof(name);
946 points[points_no].prob = atof(arg);
948 points[points_no].delay = atof(arg);
949 points[points_no].prob = atof(name);
951 if (points[points_no].prob > 1.0)
953 ++points_no;
972 if (points_no < ED_MIN_SAMPLES_NO)
976 qsort(points, points_no, sizeof(struct point), compare_points);
979 for (i = 0; i<points_no
[all...]

Completed in 54 milliseconds