Symbol: doq_table
sbin/unwind/libunbound/services/listen_dnsport.c
1540
struct doq_table* doq_table,
sbin/unwind/libunbound/services/listen_dnsport.c
1566
} else if(ports->ftype == listen_type_doq && doq_table) {
sbin/unwind/libunbound/services/listen_dnsport.c
1574
doq_table, rnd, quic_sslctx, cfg);
sbin/unwind/libunbound/services/listen_dnsport.c
3261
struct doq_table*
sbin/unwind/libunbound/services/listen_dnsport.c
3264
struct doq_table* table;
sbin/unwind/libunbound/services/listen_dnsport.c
3345
struct doq_table* table = (struct doq_table*)arg;
sbin/unwind/libunbound/services/listen_dnsport.c
3372
doq_table_delete(struct doq_table* table)
sbin/unwind/libunbound/services/listen_dnsport.c
3402
doq_timer_find_time(struct doq_table* table, ngtcp2_tstamp ts)
sbin/unwind/libunbound/services/listen_dnsport.c
3416
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3450
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3488
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3501
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/listen_dnsport.c
3603
struct doq_table* table;
sbin/unwind/libunbound/services/listen_dnsport.c
3613
struct doq_table* table = args->table;
sbin/unwind/libunbound/services/listen_dnsport.c
3632
doq_conn_delete(struct doq_conn* conn, struct doq_table* table)
sbin/unwind/libunbound/services/listen_dnsport.c
3926
doq_stream_remove_in_buffer(struct doq_stream* stream, struct doq_table* table)
sbin/unwind/libunbound/services/listen_dnsport.c
3939
struct doq_table* table)
sbin/unwind/libunbound/services/listen_dnsport.c
4071
struct doq_table* table)
sbin/unwind/libunbound/services/listen_dnsport.c
4146
struct doq_table* table)
sbin/unwind/libunbound/services/listen_dnsport.c
4990
doq_conid_find(struct doq_table* table, const uint8_t* data, size_t datalen)
sbin/unwind/libunbound/services/listen_dnsport.c
5581
doq_conn_write_list_append(struct doq_table* table, struct doq_conn* conn)
sbin/unwind/libunbound/services/listen_dnsport.c
5595
doq_conn_write_list_remove(struct doq_table* table, struct doq_conn* conn)
sbin/unwind/libunbound/services/listen_dnsport.c
5611
doq_conn_set_write_list(struct doq_table* table, struct doq_conn* conn)
sbin/unwind/libunbound/services/listen_dnsport.c
5623
doq_table_pop_first(struct doq_table* table)
sbin/unwind/libunbound/services/listen_dnsport.c
5719
doq_table_quic_size_add(struct doq_table* table, size_t add)
sbin/unwind/libunbound/services/listen_dnsport.c
5727
doq_table_quic_size_subtract(struct doq_table* table, size_t subtract)
sbin/unwind/libunbound/services/listen_dnsport.c
5737
doq_table_quic_size_available(struct doq_table* table,
sbin/unwind/libunbound/services/listen_dnsport.c
5752
size_t doq_table_quic_size_get(struct doq_table* table)
sbin/unwind/libunbound/services/listen_dnsport.h
221
struct doq_table* doq_table,
sbin/unwind/libunbound/services/listen_dnsport.h
531
struct doq_table* doq_table_create(struct config_file* cfg,
sbin/unwind/libunbound/services/listen_dnsport.h
535
void doq_table_delete(struct doq_table* table);
sbin/unwind/libunbound/services/listen_dnsport.h
595
struct doq_table* table;
sbin/unwind/libunbound/services/listen_dnsport.h
728
void doq_conn_delete(struct doq_conn* conn, struct doq_table* table);
sbin/unwind/libunbound/services/listen_dnsport.h
771
struct doq_conid* doq_conid_find(struct doq_table* doq_table,
sbin/unwind/libunbound/services/listen_dnsport.h
821
void doq_conn_set_write_list(struct doq_table* table, struct doq_conn* conn);
sbin/unwind/libunbound/services/listen_dnsport.h
824
void doq_conn_write_list_remove(struct doq_table* table,
sbin/unwind/libunbound/services/listen_dnsport.h
829
struct doq_conn* doq_table_pop_first(struct doq_table* table);
sbin/unwind/libunbound/services/listen_dnsport.h
843
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
846
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
849
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
852
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/listen_dnsport.h
857
struct doq_timer* doq_timer_find_time(struct doq_table* table,
sbin/unwind/libunbound/services/listen_dnsport.h
865
void doq_table_quic_size_add(struct doq_table* table, size_t add);
sbin/unwind/libunbound/services/listen_dnsport.h
868
void doq_table_quic_size_subtract(struct doq_table* table, size_t subtract);
sbin/unwind/libunbound/services/listen_dnsport.h
871
int doq_table_quic_size_available(struct doq_table* table,
sbin/unwind/libunbound/services/listen_dnsport.h
875
size_t doq_table_quic_size_get(struct doq_table* table);
sbin/unwind/libunbound/util/netevent.c
1640
doq_conn_find(struct doq_table* table, struct doq_addr_storage* addr,
sbin/unwind/libunbound/util/netevent.c
1664
doq_conn_find_by_id(struct doq_table* table, const uint8_t* dcid,
sbin/unwind/libunbound/util/netevent.c
1708
doq_conn_find_by_addr_or_cid(struct doq_table* table,
sbin/unwind/libunbound/util/netevent.c
2712
doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
sbin/unwind/libunbound/util/netevent.c
2796
doq_lookup_repinfo(struct doq_table* table, struct comm_reply* repinfo)
sbin/unwind/libunbound/util/netevent.c
5887
struct unbound_socket* socket, struct doq_table* table,
sbin/unwind/libunbound/util/netevent.h
1056
struct doq_table* table;
sbin/unwind/libunbound/util/netevent.h
616
struct unbound_socket* socket, struct doq_table* table,
sbin/unwind/libunbound/util/netevent.h
79
struct doq_table;
usr.sbin/unbound/daemon/daemon.c
1220
if (daemon->doq_table) {
usr.sbin/unbound/daemon/daemon.c
1221
doq_table_delete(daemon->doq_table);
usr.sbin/unbound/daemon/daemon.c
1222
daemon->doq_table = NULL;
usr.sbin/unbound/daemon/daemon.c
824
daemon->doq_table = doq_table_create(daemon->cfg, daemon->rand);
usr.sbin/unbound/daemon/daemon.c
825
if(!daemon->doq_table)
usr.sbin/unbound/daemon/daemon.h
178
struct doq_table* doq_table;
usr.sbin/unbound/daemon/daemon.h
61
struct doq_table;
usr.sbin/unbound/daemon/stats.c
349
worker->daemon->doq_table);
usr.sbin/unbound/daemon/worker.c
2339
dtenv, worker->daemon->doq_table, worker->env.rnd,
usr.sbin/unbound/services/listen_dnsport.c
1540
struct doq_table* doq_table,
usr.sbin/unbound/services/listen_dnsport.c
1566
} else if(ports->ftype == listen_type_doq && doq_table) {
usr.sbin/unbound/services/listen_dnsport.c
1574
doq_table, rnd, quic_sslctx, cfg);
usr.sbin/unbound/services/listen_dnsport.c
3261
struct doq_table*
usr.sbin/unbound/services/listen_dnsport.c
3264
struct doq_table* table;
usr.sbin/unbound/services/listen_dnsport.c
3345
struct doq_table* table = (struct doq_table*)arg;
usr.sbin/unbound/services/listen_dnsport.c
3372
doq_table_delete(struct doq_table* table)
usr.sbin/unbound/services/listen_dnsport.c
3402
doq_timer_find_time(struct doq_table* table, ngtcp2_tstamp ts)
usr.sbin/unbound/services/listen_dnsport.c
3416
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3450
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3488
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3501
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/listen_dnsport.c
3603
struct doq_table* table;
usr.sbin/unbound/services/listen_dnsport.c
3613
struct doq_table* table = args->table;
usr.sbin/unbound/services/listen_dnsport.c
3632
doq_conn_delete(struct doq_conn* conn, struct doq_table* table)
usr.sbin/unbound/services/listen_dnsport.c
3926
doq_stream_remove_in_buffer(struct doq_stream* stream, struct doq_table* table)
usr.sbin/unbound/services/listen_dnsport.c
3939
struct doq_table* table)
usr.sbin/unbound/services/listen_dnsport.c
4071
struct doq_table* table)
usr.sbin/unbound/services/listen_dnsport.c
4146
struct doq_table* table)
usr.sbin/unbound/services/listen_dnsport.c
4990
doq_conid_find(struct doq_table* table, const uint8_t* data, size_t datalen)
usr.sbin/unbound/services/listen_dnsport.c
5581
doq_conn_write_list_append(struct doq_table* table, struct doq_conn* conn)
usr.sbin/unbound/services/listen_dnsport.c
5595
doq_conn_write_list_remove(struct doq_table* table, struct doq_conn* conn)
usr.sbin/unbound/services/listen_dnsport.c
5611
doq_conn_set_write_list(struct doq_table* table, struct doq_conn* conn)
usr.sbin/unbound/services/listen_dnsport.c
5623
doq_table_pop_first(struct doq_table* table)
usr.sbin/unbound/services/listen_dnsport.c
5719
doq_table_quic_size_add(struct doq_table* table, size_t add)
usr.sbin/unbound/services/listen_dnsport.c
5727
doq_table_quic_size_subtract(struct doq_table* table, size_t subtract)
usr.sbin/unbound/services/listen_dnsport.c
5737
doq_table_quic_size_available(struct doq_table* table,
usr.sbin/unbound/services/listen_dnsport.c
5752
size_t doq_table_quic_size_get(struct doq_table* table)
usr.sbin/unbound/services/listen_dnsport.h
221
struct doq_table* doq_table,
usr.sbin/unbound/services/listen_dnsport.h
531
struct doq_table* doq_table_create(struct config_file* cfg,
usr.sbin/unbound/services/listen_dnsport.h
535
void doq_table_delete(struct doq_table* table);
usr.sbin/unbound/services/listen_dnsport.h
595
struct doq_table* table;
usr.sbin/unbound/services/listen_dnsport.h
728
void doq_conn_delete(struct doq_conn* conn, struct doq_table* table);
usr.sbin/unbound/services/listen_dnsport.h
771
struct doq_conid* doq_conid_find(struct doq_table* doq_table,
usr.sbin/unbound/services/listen_dnsport.h
821
void doq_conn_set_write_list(struct doq_table* table, struct doq_conn* conn);
usr.sbin/unbound/services/listen_dnsport.h
824
void doq_conn_write_list_remove(struct doq_table* table,
usr.sbin/unbound/services/listen_dnsport.h
829
struct doq_conn* doq_table_pop_first(struct doq_table* table);
usr.sbin/unbound/services/listen_dnsport.h
843
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
846
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
849
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
852
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/listen_dnsport.h
857
struct doq_timer* doq_timer_find_time(struct doq_table* table,
usr.sbin/unbound/services/listen_dnsport.h
865
void doq_table_quic_size_add(struct doq_table* table, size_t add);
usr.sbin/unbound/services/listen_dnsport.h
868
void doq_table_quic_size_subtract(struct doq_table* table, size_t subtract);
usr.sbin/unbound/services/listen_dnsport.h
871
int doq_table_quic_size_available(struct doq_table* table,
usr.sbin/unbound/services/listen_dnsport.h
875
size_t doq_table_quic_size_get(struct doq_table* table);
usr.sbin/unbound/testcode/fake_event.c
960
struct doq_table* ATTR_UNUSED(table),
usr.sbin/unbound/testcode/testbound.c
768
struct doq_table* doq_table_create(struct config_file* ATTR_UNUSED(cfg),
usr.sbin/unbound/testcode/testbound.c
771
return calloc(1, sizeof(struct doq_table));
usr.sbin/unbound/testcode/testbound.c
774
void doq_table_delete(struct doq_table* table)
usr.sbin/unbound/testcode/testbound.c
784
size_t doq_table_quic_size_get(struct doq_table* ATTR_UNUSED(table))
usr.sbin/unbound/util/netevent.c
1640
doq_conn_find(struct doq_table* table, struct doq_addr_storage* addr,
usr.sbin/unbound/util/netevent.c
1664
doq_conn_find_by_id(struct doq_table* table, const uint8_t* dcid,
usr.sbin/unbound/util/netevent.c
1708
doq_conn_find_by_addr_or_cid(struct doq_table* table,
usr.sbin/unbound/util/netevent.c
2712
doq_server_socket_create(struct doq_table* table, struct ub_randstate* rnd,
usr.sbin/unbound/util/netevent.c
2796
doq_lookup_repinfo(struct doq_table* table, struct comm_reply* repinfo)
usr.sbin/unbound/util/netevent.c
5887
struct unbound_socket* socket, struct doq_table* table,
usr.sbin/unbound/util/netevent.h
1056
struct doq_table* table;
usr.sbin/unbound/util/netevent.h
616
struct unbound_socket* socket, struct doq_table* table,
usr.sbin/unbound/util/netevent.h
79
struct doq_table;