Searched refs:doq_table (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 219 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 D | listen_dnsport.c | 1541 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 D | daemon.h | 61 struct doq_table; 156 struct doq_table* doq_table; member
|
| H A D | daemon.c | 561 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 D | stats.c | 346 worker->daemon->doq_table); in server_stats_compile()
|
| H A D | worker.c | 2261 dtenv, worker->daemon->doq_table, worker->env.rnd, in worker_init()
|
| /src/contrib/unbound/testcode/ |
| H A D | testbound.c | 768 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 D | fake_event.c | 960 struct doq_table* ATTR_UNUSED(table), in listen_create()
|
| /src/contrib/unbound/util/ |
| H A D | netevent.h | 79 struct doq_table; 614 struct unbound_socket* socket, struct doq_table* table, 1054 struct doq_table* table;
|
| H A D | netevent.c | 1640 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,
|