Home
last modified time | relevance | path

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

/src/contrib/unbound/services/
H A Dlisten_dnsport.h219 struct doq_table* doq_table,
485 struct doq_table { struct
529 struct doq_table* doq_table_create(struct config_file* cfg, argument
533 void doq_table_delete(struct doq_table* table);
590 struct doq_table* table;
718 void doq_conn_delete(struct doq_conn* conn, struct doq_table* table);
761 struct doq_conid* doq_conid_find(struct doq_table* doq_table,
802 void doq_conn_set_write_list(struct doq_table* table, struct doq_conn* conn);
805 void doq_conn_write_list_remove(struct doq_table* table,
810 struct doq_conn* doq_table_pop_first(struct doq_table* table);
[all …]
H A Dlisten_dnsport.c1541 struct doq_table* doq_table, in listen_create() argument
1575 doq_table, rnd, quic_sslctx, cfg); in listen_create()
3275 struct doq_table*
3278 struct doq_table* table = calloc(1, sizeof(*table)); in doq_table_create()
3355 struct doq_table* table = (struct doq_table*)arg; in conn_tree_del()
3382 doq_table_delete(struct doq_table* table) in doq_table_delete()
3412 doq_timer_find_time(struct doq_table* table, struct timeval* tv) in doq_timer_find_time()
3426 doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer) in doq_timer_tree_remove()
3460 doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer) in doq_timer_list_remove()
3498 doq_timer_unset(struct doq_table* table, struct doq_timer* timer) in doq_timer_unset()
[all …]
/src/contrib/unbound/daemon/
H A Ddaemon.h61 struct doq_table;
156 struct doq_table* doq_table; member
H A Ddaemon.c561 daemon->doq_table = doq_table_create(daemon->cfg, daemon->rand); in daemon_create_workers()
562 if(!daemon->doq_table) in daemon_create_workers()
920 doq_table_delete(daemon->doq_table); in daemon_cleanup()
921 daemon->doq_table = NULL; in daemon_cleanup()
H A Dstats.c346 worker->daemon->doq_table); in server_stats_compile()
H A Dworker.c2261 dtenv, worker->daemon->doq_table, worker->env.rnd, in worker_init()
/src/contrib/unbound/testcode/
H A Dtestbound.c768 struct doq_table* doq_table_create(struct config_file* ATTR_UNUSED(cfg), in doq_table_create()
771 return calloc(1, sizeof(struct doq_table)); in doq_table_create()
774 void doq_table_delete(struct doq_table* table) in doq_table_delete()
784 size_t doq_table_quic_size_get(struct doq_table* ATTR_UNUSED(table)) in doq_table_quic_size_get()
H A Dfake_event.c960 struct doq_table* ATTR_UNUSED(table), in listen_create()
/src/contrib/unbound/util/
H A Dnetevent.h79 struct doq_table;
614 struct unbound_socket* socket, struct doq_table* table,
1054 struct doq_table* table;
H A Dnetevent.c1640 doq_conn_find(struct doq_table* table, struct doq_addr_storage* addr,
1664 doq_conn_find_by_id(struct doq_table* table, const uint8_t* dcid,
1708 doq_conn_find_by_addr_or_cid(struct doq_table* table,
2720 doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
2803 doq_lookup_repinfo(struct doq_table* table, struct comm_reply* repinfo)
5878 struct unbound_socket* socket, struct doq_table* table,