Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h529 struct doq_table* doq_table_create(struct config_file* cfg,
H A Dlisten_dnsport.c3262 doq_table_create(struct config_file* cfg, struct ub_randstate* rnd) in doq_table_create() function
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c819 daemon->doq_table = doq_table_create(daemon->cfg, daemon->rand); in daemon_create_workers()