Searched refs:w_h (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfw/test/ |
H A D | main.c | 340 int w, w_h, w_steps, wi; in parse_flowsets() local 347 w_h = p ? getnum(p+1, &p, "weight_max") : w; in parse_flowsets() 348 w_steps = p ? getnum(p+1, &p, "w_steps") : (w_h == w ?1:2); in parse_flowsets() 358 w, w_h, w_steps, len, len_h, l_steps, flows); in parse_flowsets() 359 if (w == 0 || w_h < w || len == 0 || len_h < len || in parse_flowsets() 366 wi = w + ((w_h - w)* i)/(w_steps == 1 ? 1 : (w_steps-1)); in parse_flowsets()
|