Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/util/
HDrandom.c101 ub_random(struct ub_randstate* ATTR_UNUSED(s)) in ub_random() function
137 long int ub_random(struct ub_randstate* ATTR_UNUSED(state)) in ub_random() function
200 long int ub_random(struct ub_randstate* s) in ub_random() function
221 long int v = ub_random(state); in ub_random_max()
223 v = ub_random(state); in ub_random_max()
HDrandom.h76 long int ub_random(struct ub_randstate* state);
/NextBSD/contrib/unbound/services/
HDoutside_network.c913 pend->id = ((unsigned)ub_random(outnet->rnd)>>8) & 0xffff;
920 pend->id = ((unsigned)ub_random(outnet->rnd)>>8) & 0xffff;
1144 id = ((unsigned)ub_random(sq->outnet->rnd)>>8) & 0xffff;
1340 random = ub_random(rnd);
/NextBSD/contrib/unbound/daemon/
HDdaemon.c394 hash_set_raninit((uint32_t)ub_random(daemon->rand)); in daemon_create_workers()
/NextBSD/contrib/unbound/libunbound/
HDlibworker.c205 hash_set_raninit((uint32_t)ub_random(w->env->rnd)); in libworker_setup()
/NextBSD/contrib/unbound/doc/
HDChangelog6003 - ub_random code used to select ID and port.