Symbol: ub_randstate
sbin/unwind/libunbound/daemon/worker.h
123
struct ub_randstate* rndstate;
sbin/unwind/libunbound/daemon/worker.h
60
struct ub_randstate;
sbin/unwind/libunbound/iterator/iter_utils.c
748
iter_ns_probability(struct ub_randstate* rnd, int n, int m)
sbin/unwind/libunbound/iterator/iter_utils.h
166
int iter_ns_probability(struct ub_randstate* rnd, int n, int m);
sbin/unwind/libunbound/iterator/iter_utils.h
56
struct ub_randstate;
sbin/unwind/libunbound/libunbound/context.h
124
struct ub_randstate* seed_rnd;
sbin/unwind/libunbound/libunbound/libworker.h
52
struct ub_randstate;
sbin/unwind/libunbound/libunbound/libworker.h
88
struct ub_randstate* rndstate;
sbin/unwind/libunbound/services/listen_dnsport.c
1542
struct ub_randstate* rnd,struct config_file* cfg,
sbin/unwind/libunbound/services/listen_dnsport.c
3276
doq_table_create(struct config_file* cfg, struct ub_randstate* rnd)
sbin/unwind/libunbound/services/listen_dnsport.c
4180
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len)
sbin/unwind/libunbound/services/listen_dnsport.c
4212
struct ub_randstate* rnd = (struct ub_randstate*)
sbin/unwind/libunbound/services/listen_dnsport.h
220
struct ub_randstate* rnd,struct config_file* cfg,
sbin/unwind/libunbound/services/listen_dnsport.h
530
struct ub_randstate* rnd);
sbin/unwind/libunbound/services/listen_dnsport.h
737
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len);
sbin/unwind/libunbound/services/outside_network.c
1676
struct ub_randstate* rnd, int use_caps_for_id, int* availports,
sbin/unwind/libunbound/services/outside_network.c
1987
sai6_putrandom(struct sockaddr_in6 *sa, int pfxlen, struct ub_randstate *rnd)
sbin/unwind/libunbound/services/outside_network.c
2016
int port, int* inuse, struct ub_randstate* rnd, int dscp)
sbin/unwind/libunbound/services/outside_network.c
2812
serviced_perturb_qname(struct ub_randstate* rnd, uint8_t* qbuf, size_t len)
sbin/unwind/libunbound/services/outside_network.h
141
struct ub_randstate* rnd;
sbin/unwind/libunbound/services/outside_network.h
53
struct ub_randstate;
sbin/unwind/libunbound/services/outside_network.h
568
struct ub_randstate* rnd, int use_caps_for_id, int* availports,
sbin/unwind/libunbound/util/config_file.c
1859
struct ub_randstate *rand = ub_initstate(NULL);
sbin/unwind/libunbound/util/module.h
173
struct ub_randstate;
sbin/unwind/libunbound/util/module.h
497
struct ub_randstate* rnd;
sbin/unwind/libunbound/util/netevent.c
1813
struct ub_randstate* rnd)
sbin/unwind/libunbound/util/netevent.c
2720
doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
sbin/unwind/libunbound/util/netevent.c
5879
struct ub_randstate* rnd, const void* quic_sslctx,
sbin/unwind/libunbound/util/netevent.h
1056
struct ub_randstate* rnd;
sbin/unwind/libunbound/util/netevent.h
615
struct ub_randstate* rnd, const void* quic_sslctx,
sbin/unwind/libunbound/util/netevent.h
82
struct ub_randstate;
sbin/unwind/libunbound/util/random.c
105
ub_random_max(struct ub_randstate* state, long int x)
sbin/unwind/libunbound/util/random.c
113
struct ub_randstate*
sbin/unwind/libunbound/util/random.c
114
ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
sbin/unwind/libunbound/util/random.c
116
struct ub_randstate* s = (struct ub_randstate*)malloc(1);
sbin/unwind/libunbound/util/random.c
125
ub_random(struct ub_randstate* ATTR_UNUSED(s))
sbin/unwind/libunbound/util/random.c
132
ub_random_max(struct ub_randstate* state, long int x)
sbin/unwind/libunbound/util/random.c
146
struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
sbin/unwind/libunbound/util/random.c
148
struct ub_randstate* s = (struct ub_randstate*)calloc(1, sizeof(*s));
sbin/unwind/libunbound/util/random.c
156
long int ub_random(struct ub_randstate* ATTR_UNUSED(state))
sbin/unwind/libunbound/util/random.c
181
struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
sbin/unwind/libunbound/util/random.c
183
struct ub_randstate* s = (struct ub_randstate*)calloc(1, sizeof(*s));
sbin/unwind/libunbound/util/random.c
206
long int ub_random(struct ub_randstate* s)
sbin/unwind/libunbound/util/random.c
222
ub_random_max(struct ub_randstate* state, long int x)
sbin/unwind/libunbound/util/random.c
237
ub_randfree(struct ub_randstate* s)
sbin/unwind/libunbound/util/random.c
88
struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
sbin/unwind/libunbound/util/random.c
90
struct ub_randstate* s = (struct ub_randstate*)calloc(1, sizeof(*s));
sbin/unwind/libunbound/util/random.c
98
long int ub_random(struct ub_randstate* state)
sbin/unwind/libunbound/util/random.h
48
struct ub_randstate;
sbin/unwind/libunbound/util/random.h
57
struct ub_randstate* ub_initstate(struct ub_randstate* from);
sbin/unwind/libunbound/util/random.h
65
long int ub_random(struct ub_randstate* state);
sbin/unwind/libunbound/util/random.h
74
long int ub_random_max(struct ub_randstate* state, long int x);
sbin/unwind/libunbound/util/random.h
80
void ub_randfree(struct ub_randstate* state);
usr.sbin/unbound/daemon/daemon.h
121
struct ub_randstate* rand;
usr.sbin/unbound/daemon/daemon.h
57
struct ub_randstate;
usr.sbin/unbound/daemon/remote.c
6690
create_socketpair(int* pair, struct ub_randstate* rand)
usr.sbin/unbound/daemon/worker.h
123
struct ub_randstate* rndstate;
usr.sbin/unbound/daemon/worker.h
60
struct ub_randstate;
usr.sbin/unbound/iterator/iter_utils.c
748
iter_ns_probability(struct ub_randstate* rnd, int n, int m)
usr.sbin/unbound/iterator/iter_utils.h
166
int iter_ns_probability(struct ub_randstate* rnd, int n, int m);
usr.sbin/unbound/iterator/iter_utils.h
56
struct ub_randstate;
usr.sbin/unbound/libunbound/context.h
124
struct ub_randstate* seed_rnd;
usr.sbin/unbound/libunbound/libworker.h
52
struct ub_randstate;
usr.sbin/unbound/libunbound/libworker.h
88
struct ub_randstate* rndstate;
usr.sbin/unbound/services/listen_dnsport.c
1542
struct ub_randstate* rnd,struct config_file* cfg,
usr.sbin/unbound/services/listen_dnsport.c
3276
doq_table_create(struct config_file* cfg, struct ub_randstate* rnd)
usr.sbin/unbound/services/listen_dnsport.c
4180
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len)
usr.sbin/unbound/services/listen_dnsport.c
4212
struct ub_randstate* rnd = (struct ub_randstate*)
usr.sbin/unbound/services/listen_dnsport.h
220
struct ub_randstate* rnd,struct config_file* cfg,
usr.sbin/unbound/services/listen_dnsport.h
530
struct ub_randstate* rnd);
usr.sbin/unbound/services/listen_dnsport.h
737
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len);
usr.sbin/unbound/services/outside_network.c
1676
struct ub_randstate* rnd, int use_caps_for_id, int* availports,
usr.sbin/unbound/services/outside_network.c
1987
sai6_putrandom(struct sockaddr_in6 *sa, int pfxlen, struct ub_randstate *rnd)
usr.sbin/unbound/services/outside_network.c
2016
int port, int* inuse, struct ub_randstate* rnd, int dscp)
usr.sbin/unbound/services/outside_network.c
2812
serviced_perturb_qname(struct ub_randstate* rnd, uint8_t* qbuf, size_t len)
usr.sbin/unbound/services/outside_network.h
141
struct ub_randstate* rnd;
usr.sbin/unbound/services/outside_network.h
53
struct ub_randstate;
usr.sbin/unbound/services/outside_network.h
568
struct ub_randstate* rnd, int use_caps_for_id, int* availports,
usr.sbin/unbound/testcode/doqclient.c
726
static void fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len)
usr.sbin/unbound/testcode/doqclient.c
747
struct ub_randstate* rnd)
usr.sbin/unbound/testcode/doqclient.c
809
struct ub_randstate* rnd = (struct ub_randstate*)
usr.sbin/unbound/testcode/doqclient.c
94
struct ub_randstate* rnd;
usr.sbin/unbound/testcode/fake_event.c
1128
struct ub_randstate* ATTR_UNUSED(rnd),
usr.sbin/unbound/testcode/fake_event.c
961
struct ub_randstate* ATTR_UNUSED(rnd),
usr.sbin/unbound/testcode/testbound.c
769
struct ub_randstate* ATTR_UNUSED(rnd))
usr.sbin/unbound/testcode/unitmain.c
666
struct ub_randstate* r;
usr.sbin/unbound/util/config_file.c
1859
struct ub_randstate *rand = ub_initstate(NULL);
usr.sbin/unbound/util/module.h
173
struct ub_randstate;
usr.sbin/unbound/util/module.h
497
struct ub_randstate* rnd;
usr.sbin/unbound/util/netevent.c
1813
struct ub_randstate* rnd)
usr.sbin/unbound/util/netevent.c
2720
doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
usr.sbin/unbound/util/netevent.c
5879
struct ub_randstate* rnd, const void* quic_sslctx,
usr.sbin/unbound/util/netevent.h
1056
struct ub_randstate* rnd;
usr.sbin/unbound/util/netevent.h
615
struct ub_randstate* rnd, const void* quic_sslctx,
usr.sbin/unbound/util/netevent.h
82
struct ub_randstate;
usr.sbin/unbound/util/random.c
105
ub_random_max(struct ub_randstate* state, long int x)
usr.sbin/unbound/util/random.c
113
struct ub_randstate*
usr.sbin/unbound/util/random.c
114
ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
usr.sbin/unbound/util/random.c
116
struct ub_randstate* s = (struct ub_randstate*)malloc(1);
usr.sbin/unbound/util/random.c
125
ub_random(struct ub_randstate* ATTR_UNUSED(s))
usr.sbin/unbound/util/random.c
132
ub_random_max(struct ub_randstate* state, long int x)
usr.sbin/unbound/util/random.c
146
struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
usr.sbin/unbound/util/random.c
148
struct ub_randstate* s = (struct ub_randstate*)calloc(1, sizeof(*s));
usr.sbin/unbound/util/random.c
156
long int ub_random(struct ub_randstate* ATTR_UNUSED(state))
usr.sbin/unbound/util/random.c
181
struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
usr.sbin/unbound/util/random.c
183
struct ub_randstate* s = (struct ub_randstate*)calloc(1, sizeof(*s));
usr.sbin/unbound/util/random.c
206
long int ub_random(struct ub_randstate* s)
usr.sbin/unbound/util/random.c
222
ub_random_max(struct ub_randstate* state, long int x)
usr.sbin/unbound/util/random.c
237
ub_randfree(struct ub_randstate* s)
usr.sbin/unbound/util/random.c
88
struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from))
usr.sbin/unbound/util/random.c
90
struct ub_randstate* s = (struct ub_randstate*)calloc(1, sizeof(*s));
usr.sbin/unbound/util/random.c
98
long int ub_random(struct ub_randstate* state)
usr.sbin/unbound/util/random.h
48
struct ub_randstate;
usr.sbin/unbound/util/random.h
57
struct ub_randstate* ub_initstate(struct ub_randstate* from);
usr.sbin/unbound/util/random.h
65
long int ub_random(struct ub_randstate* state);
usr.sbin/unbound/util/random.h
74
long int ub_random_max(struct ub_randstate* state, long int x);
usr.sbin/unbound/util/random.h
80
void ub_randfree(struct ub_randstate* state);