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

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_lb.c315 uint16_t i, ahigh, cut; local
324 ahigh = (1U << r->rpool.mape.offset) - 1;
325 cut = arc4random() & ahigh;
329 for (i = cut; i <= ahigh; i++) {

Completed in 105 milliseconds