Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dval_neg.c1194 int hashmax = MAX_NSEC3_CALCULATIONS; in neg_find_nsec3_ce() local
1195 if(qlabs > hashmax) { in neg_find_nsec3_ce()
1198 while(qlabs > hashmax) { in neg_find_nsec3_ce()
/freebsd/sys/netinet/
H A Din_pcb.c1697 const int hashmax = (ipi->ipi_hashmask + 1) * 2; in inp_next() local
1729 if (ii->mode == INP_ALL_LIST && ++ii->hash < hashmax) in inp_next()
1747 if (ii->mode == INP_ALL_LIST && ++ii->hash < hashmax) { in inp_next()