Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_lb.c428 uint16_t i, ahigh, cut; in pf_get_mape_sport() local
437 ahigh = (1U << r->rdr.mape.offset) - 1; in pf_get_mape_sport()
438 cut = arc4random() & ahigh; in pf_get_mape_sport()
442 for (i = cut; i <= ahigh; i++) { in pf_get_mape_sport()