Home
last modified time | relevance | path

Searched refs:dt_env (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/unbound/dnstap/
HDdnstap.h47 struct dt_env { struct
98 struct dt_env *
107 dt_apply_cfg(struct dt_env *env, struct config_file *cfg);
116 dt_init(struct dt_env *env, struct comm_base* base);
121 void dt_deinit(struct dt_env *env);
128 dt_delete(struct dt_env *env);
140 dt_msg_send_client_query(struct dt_env *env,
157 dt_msg_send_client_response(struct dt_env *env,
177 dt_msg_send_outside_query(struct dt_env *env,
202 dt_msg_send_outside_response(struct dt_env *env,
HDdnstap.c91 dt_sample_rate_limited(struct dt_env* env) in dt_sample_rate_limited()
115 dt_send(const struct dt_env *env, void *buf, size_t len_buf) in dt_send()
121 dt_msg_init(const struct dt_env *env, in dt_msg_init()
155 struct dt_env *
158 struct dt_env *env; in dt_create()
171 env = (struct dt_env *) calloc(1, sizeof(struct dt_env)); in dt_create()
192 dt_apply_identity(struct dt_env *env, struct config_file *cfg) in dt_apply_identity()
216 dt_apply_version(struct dt_env *env, struct config_file *cfg) in dt_apply_version()
233 dt_apply_cfg(struct dt_env *env, struct config_file *cfg) in dt_apply_cfg()
279 dt_init(struct dt_env *env, struct comm_base* base) in dt_init()
[all …]
/freebsd-14-stable/contrib/unbound/daemon/
HDdaemon.h66 struct dt_env;
138 struct dt_env* dtenv;
HDworker.h132 struct dt_env dtenv;
HDworker.c2102 struct dt_env* dtenv = &worker->dtenv; in worker_init()
2164 memcpy(&worker->dtenv, worker->daemon->dtenv, sizeof(struct dt_env)); in worker_init()
/freebsd-14-stable/contrib/unbound/services/
HDoutside_network.h63 struct dt_env;
148 struct dt_env* dtenv;
571 void* sslctx, int delayclose, int tls_use_sni, struct dt_env *dtenv,
HDlisten_dnsport.h214 void* sslctx, struct dt_env* dtenv, struct doq_table* doq_table,
HDoutside_network.c1664 void* sslctx, int delayclose, int tls_use_sni, struct dt_env* dtenv,
HDlisten_dnsport.c1526 void* sslctx, struct dt_env* dtenv, struct doq_table* doq_table, in listen_create()
/freebsd-14-stable/contrib/unbound/util/
HDnetevent.h300 struct dt_env* dtenv;
HDnetevent.c6629 send_reply_dnstap(struct dt_env* dtenv,
6679 struct dt_env* dtenv =