Symbol: ub_randstate
sbin/unwind/libunbound/daemon/worker.h
119
struct ub_randstate* rndstate;
sbin/unwind/libunbound/daemon/worker.h
60
struct ub_randstate;
sbin/unwind/libunbound/iterator/iter_utils.c
785
iter_ns_probability(struct ub_randstate* rnd, int n, int m)
sbin/unwind/libunbound/iterator/iter_utils.h
167
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
91
struct ub_randstate* rndstate;
sbin/unwind/libunbound/services/listen_dnsport.c
1541
struct ub_randstate* rnd,struct config_file* cfg,
sbin/unwind/libunbound/services/listen_dnsport.c
3262
doq_table_create(struct config_file* cfg, struct ub_randstate* rnd)
sbin/unwind/libunbound/services/listen_dnsport.c
4230
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len)
sbin/unwind/libunbound/services/listen_dnsport.c
4262
struct ub_randstate* rnd = (struct ub_randstate*)
sbin/unwind/libunbound/services/listen_dnsport.h
222
struct ub_randstate* rnd,struct config_file* cfg,
sbin/unwind/libunbound/services/listen_dnsport.h
532
struct ub_randstate* rnd);
sbin/unwind/libunbound/services/listen_dnsport.h
747
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len);
sbin/unwind/libunbound/services/outside_network.c
1724
struct ub_randstate* rnd, int use_caps_for_id,
sbin/unwind/libunbound/services/outside_network.c
2034
sai6_putrandom(struct sockaddr_in6 *sa, int pfxlen, struct ub_randstate *rnd)
sbin/unwind/libunbound/services/outside_network.c
2063
int port, int* inuse, struct ub_randstate* rnd, int dscp)
sbin/unwind/libunbound/services/outside_network.c
2874
serviced_perturb_qname(struct ub_randstate* rnd, uint8_t* qbuf, size_t len)
sbin/unwind/libunbound/services/outside_network.c
4195
struct shared_ports_if* shpif, struct ub_randstate* rnd,
sbin/unwind/libunbound/services/outside_network.h
150
struct ub_randstate* rnd;
sbin/unwind/libunbound/services/outside_network.h
57
struct ub_randstate;
sbin/unwind/libunbound/services/outside_network.h
612
struct ub_randstate* rnd, int use_caps_for_id,
sbin/unwind/libunbound/services/outside_network.h
895
struct shared_ports_if* shpif, struct ub_randstate* rnd,
sbin/unwind/libunbound/util/config_file.c
1876
struct ub_randstate *rand = ub_initstate(NULL);
sbin/unwind/libunbound/util/module.h
173
struct ub_randstate;
sbin/unwind/libunbound/util/module.h
502
struct ub_randstate* rnd;
sbin/unwind/libunbound/util/netevent.c
1813
struct ub_randstate* rnd)
sbin/unwind/libunbound/util/netevent.c
2712
doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
sbin/unwind/libunbound/util/netevent.c
5888
struct ub_randstate* rnd, const void* quic_sslctx,
sbin/unwind/libunbound/util/netevent.h
1058
struct ub_randstate* rnd;
sbin/unwind/libunbound/util/netevent.h
617
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
136
struct ub_randstate* rand;
usr.sbin/unbound/daemon/daemon.h
57
struct ub_randstate;
usr.sbin/unbound/daemon/remote.c
6929
create_socketpair(int* pair, struct ub_randstate* rand)
usr.sbin/unbound/daemon/worker.h
119
struct ub_randstate* rndstate;
usr.sbin/unbound/daemon/worker.h
60
struct ub_randstate;
usr.sbin/unbound/iterator/iter_utils.c
785
iter_ns_probability(struct ub_randstate* rnd, int n, int m)
usr.sbin/unbound/iterator/iter_utils.h
167
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
91
struct ub_randstate* rndstate;
usr.sbin/unbound/services/listen_dnsport.c
1541
struct ub_randstate* rnd,struct config_file* cfg,
usr.sbin/unbound/services/listen_dnsport.c
3262
doq_table_create(struct config_file* cfg, struct ub_randstate* rnd)
usr.sbin/unbound/services/listen_dnsport.c
4230
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len)
usr.sbin/unbound/services/listen_dnsport.c
4262
struct ub_randstate* rnd = (struct ub_randstate*)
usr.sbin/unbound/services/listen_dnsport.h
222
struct ub_randstate* rnd,struct config_file* cfg,
usr.sbin/unbound/services/listen_dnsport.h
532
struct ub_randstate* rnd);
usr.sbin/unbound/services/listen_dnsport.h
747
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len);
usr.sbin/unbound/services/outside_network.c
1724
struct ub_randstate* rnd, int use_caps_for_id,
usr.sbin/unbound/services/outside_network.c
2034
sai6_putrandom(struct sockaddr_in6 *sa, int pfxlen, struct ub_randstate *rnd)
usr.sbin/unbound/services/outside_network.c
2063
int port, int* inuse, struct ub_randstate* rnd, int dscp)
usr.sbin/unbound/services/outside_network.c
2874
serviced_perturb_qname(struct ub_randstate* rnd, uint8_t* qbuf, size_t len)
usr.sbin/unbound/services/outside_network.c
4195
struct shared_ports_if* shpif, struct ub_randstate* rnd,
usr.sbin/unbound/services/outside_network.h
150
struct ub_randstate* rnd;
usr.sbin/unbound/services/outside_network.h
57
struct ub_randstate;
usr.sbin/unbound/services/outside_network.h
612
struct ub_randstate* rnd, int use_caps_for_id,
usr.sbin/unbound/services/outside_network.h
895
struct shared_ports_if* shpif, struct ub_randstate* rnd,
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/testcode/unittcpreuse.c
556
struct ub_randstate* rnd;
usr.sbin/unbound/util/config_file.c
1876
struct ub_randstate *rand = ub_initstate(NULL);
usr.sbin/unbound/util/module.h
173
struct ub_randstate;
usr.sbin/unbound/util/module.h
502
struct ub_randstate* rnd;
usr.sbin/unbound/util/netevent.c
1813
struct ub_randstate* rnd)
usr.sbin/unbound/util/netevent.c
2712
doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
usr.sbin/unbound/util/netevent.c
5888
struct ub_randstate* rnd, const void* quic_sslctx,
usr.sbin/unbound/util/netevent.h
1058
struct ub_randstate* rnd;
usr.sbin/unbound/util/netevent.h
617
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);