OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doq_table
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
listen_dnsport.h
204
* @param
doq_table
: the doq connection table, with shared information.
219
struct
doq_table
*
doq_table
,
485
struct
doq_table
{
struct
506
/** the list of write interested connections, hold the
doq_table
.lock
529
struct
doq_table
* doq_table_create(struct config_file* cfg,
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);
743
* caller must hold
doq_table
.conid_lock. *
[
all
...]
listen_dnsport.c
1541
struct
doq_table
*
doq_table
,
1567
} else if(ports->ftype == listen_type_doq &&
doq_table
) {
1575
doq_table
, rnd, quic_sslctx, cfg);
3261
struct
doq_table
*
3264
struct
doq_table
* table;
3345
struct
doq_table
* table = (struct
doq_table
*)arg;
3372
doq_table_delete(struct
doq_table
* table)
3402
doq_timer_find_time(struct
doq_table
* table, struct timeval* tv
[
all
...]
/src/external/bsd/unbound/dist/daemon/
daemon.h
61
struct
doq_table
;
175
struct
doq_table
*
doq_table
;
member in struct:daemon
daemon.c
819
daemon->
doq_table
= doq_table_create(daemon->cfg, daemon->rand);
820
if(!daemon->
doq_table
)
821
fatal_exit("could not create
doq_table
: out of memory");
1216
if (daemon->
doq_table
) {
1217
doq_table_delete(daemon->
doq_table
);
1218
daemon->
doq_table
= NULL;
stats.c
349
worker->daemon->
doq_table
);
worker.c
2339
dtenv, worker->daemon->
doq_table
, worker->env.rnd,
/src/external/bsd/unbound/dist/util/
netevent.h
79
struct
doq_table
;
614
struct unbound_socket* socket, struct
doq_table
* table,
1054
struct
doq_table
* table;
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,
2804
doq_lookup_repinfo(struct
doq_table
* table, struct comm_reply* repinfo)
5895
struct unbound_socket* socket, struct
doq_table
* table,
/src/external/bsd/unbound/dist/testcode/
testbound.c
768
struct
doq_table
* doq_table_create(struct config_file* ATTR_UNUSED(cfg),
771
return calloc(1, sizeof(struct
doq_table
));
774
void doq_table_delete(struct
doq_table
* table)
784
size_t doq_table_quic_size_get(struct
doq_table
* ATTR_UNUSED(table))
fake_event.c
960
struct
doq_table
* ATTR_UNUSED(table),
Completed in 64 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026