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.h221 struct doq_table* doq_table,
493 struct doq_table { struct
537 struct doq_table* doq_table_create(struct config_file* cfg, argument
541 void doq_table_delete(struct doq_table* table);
601 struct doq_table* table;
734 void doq_conn_delete(struct doq_conn* conn, struct doq_table* table);
777 struct doq_conid* doq_conid_find(struct doq_table* doq_table,
827 void doq_conn_set_write_list(struct doq_table* table, struct doq_conn* conn);
830 void doq_conn_write_list_remove(struct doq_table* table,
835 struct doq_conn* doq_table_pop_first(struct doq_table* table);
[all …]
H A Dlisten_dnsport.c1540 struct doq_table* doq_table, in listen_create() argument
1566 } else if(ports->ftype == listen_type_doq && doq_table) { in listen_create()
1574 doq_table, rnd, quic_sslctx, cfg); in listen_create()
3271 struct doq_table*
3274 struct doq_table* 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, ngtcp2_tstamp ts) 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()
[all …]
/freebsd/contrib/unbound/daemon/
H A Ddaemon.h61 struct doq_table;
178 struct doq_table* doq_table; member
H A Ddaemon.c836 daemon->doq_table = doq_table_create(daemon->cfg, daemon->rand); in daemon_create_workers()
837 if(!daemon->doq_table) in daemon_create_workers()
1235 if (daemon->doq_table) { in daemon_cleanup()
1236 doq_table_delete(daemon->doq_table); in daemon_cleanup()
1237 daemon->doq_table = NULL; in daemon_cleanup()
H A Dstats.c349 worker->daemon->doq_table); in server_stats_compile()
H A Dworker.c2348 dtenv, worker->daemon->doq_table, worker->env.rnd, in worker_init()
/freebsd/contrib/unbound/util/
H A Dnetevent.h79 struct doq_table;
621 struct unbound_socket* socket, struct doq_table* table,
1061 struct doq_table* table;
H A Dnetevent.c1652 doq_conn_find(struct doq_table* table, struct doq_addr_storage* addr,
1676 doq_conn_find_by_id(struct doq_table* table, const uint8_t* dcid,
1720 doq_conn_find_by_addr_or_cid(struct doq_table* table,
2724 doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
2808 doq_lookup_repinfo(struct doq_table* table, struct comm_reply* repinfo)
6063 struct unbound_socket* socket, struct doq_table* table,