Home
last modified time | relevance | path

Searched refs:doq_table (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h214 void* sslctx, struct dt_env* dtenv, struct doq_table* doq_table,
481 struct doq_table { struct
516 struct doq_table* doq_table_create(struct config_file* cfg, argument
520 void doq_table_delete(struct doq_table* table);
577 struct doq_table* table;
701 void doq_conn_delete(struct doq_conn* conn, struct doq_table* table);
747 struct doq_conid* doq_conid_find(struct doq_table* doq_table,
788 void doq_conn_set_write_list(struct doq_table* table, struct doq_conn* conn);
791 void doq_conn_write_list_remove(struct doq_table* table,
796 struct doq_conn* doq_table_pop_first(struct doq_table* table);
[all …]
H A Dlisten_dnsport.c1526 void* sslctx, struct dt_env* dtenv, struct doq_table* doq_table, in listen_create() argument
1561 doq_table, rnd, ssl_service_key, in listen_create()
3260 struct doq_table*
3263 struct doq_table* table = calloc(1, sizeof(*table)); in doq_table_create()
3325 struct doq_table* table = (struct doq_table*)arg; in conn_tree_del()
3352 doq_table_delete(struct doq_table* table) in doq_table_delete()
3382 doq_timer_find_time(struct doq_table* table, struct timeval* tv) in doq_timer_find_time()
3396 doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer) in doq_timer_tree_remove()
3430 doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer) in doq_timer_list_remove()
3468 doq_timer_unset(struct doq_table* table, struct doq_timer* timer) in doq_timer_unset()
[all …]
/freebsd/contrib/unbound/daemon/
H A Ddaemon.h61 struct doq_table;
152 struct doq_table* doq_table; member
H A Ddaemon.c562 daemon->doq_table = doq_table_create(daemon->cfg, daemon->rand); in daemon_create_workers()
563 if(!daemon->doq_table) in daemon_create_workers()
917 doq_table_delete(daemon->doq_table); in daemon_cleanup()
918 daemon->doq_table = NULL; in daemon_cleanup()
H A Dstats.c351 worker->daemon->doq_table); in server_stats_compile()
H A Dworker.c2177 dtenv, worker->daemon->doq_table, worker->env.rnd, in worker_init()
/freebsd/contrib/unbound/util/
H A Dnetevent.h79 struct doq_table;
605 struct unbound_socket* socket, struct doq_table* table,
1043 struct doq_table* table;
H A Dnetevent.c1609 doq_conn_find(struct doq_table* table, struct doq_addr_storage* addr,
1633 doq_conn_find_by_id(struct doq_table* table, const uint8_t* dcid,
1677 doq_conn_find_by_addr_or_cid(struct doq_table* table,
2689 doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
2824 doq_lookup_repinfo(struct doq_table* table, struct comm_reply* repinfo)
5863 struct unbound_socket* socket, struct doq_table* table,