Home
last modified time | relevance | path

Searched refs:doq_table_create (Results 1 – 4 of 4) 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.c3276 doq_table_create(struct config_file* cfg, struct ub_randstate* rnd) in doq_table_create() function
/freebsd/contrib/unbound/testcode/
H A Dtestbound.c768 struct doq_table* doq_table_create(struct config_file* ATTR_UNUSED(cfg), in doq_table_create() function
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c561 daemon->doq_table = doq_table_create(daemon->cfg, daemon->rand); in daemon_create_workers()