Home
last modified time | relevance | path

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

/src/contrib/unbound/dnstap/
H A Ddnstap.h47 struct dt_env { struct
98 struct dt_env *
107 dt_apply_cfg(struct dt_env *env, struct config_file *cfg);
114 void dt_apply_logcfg(struct dt_env *env, struct config_file *cfg);
123 dt_init(struct dt_env *env, struct comm_base* base);
128 void dt_deinit(struct dt_env *env);
135 dt_delete(struct dt_env *env);
147 dt_msg_send_client_query(struct dt_env *env,
164 dt_msg_send_client_response(struct dt_env *env,
184 dt_msg_send_outside_query(struct dt_env *env,
[all …]
H A Ddnstap.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()
219 dt_apply_version(struct dt_env *env, struct config_file *cfg) in dt_apply_version()
239 dt_apply_logcfg(struct dt_env *env, struct config_file *cfg) in dt_apply_logcfg()
280 dt_apply_cfg(struct dt_env *env, struct config_file *cfg) in dt_apply_cfg()
[all …]
/src/contrib/unbound/daemon/
H A Ddaemon.h68 struct dt_env;
144 struct dt_env* dtenv;
H A Dworker.h138 struct dt_env dtenv;
H A Dworker.c2184 struct dt_env* dtenv = &worker->dtenv; in worker_init()
2246 memcpy(&worker->dtenv, worker->daemon->dtenv, sizeof(struct dt_env)); in worker_init()
/src/contrib/unbound/services/
H A Doutside_network.h63 struct dt_env;
148 struct dt_env* dtenv;
571 void* sslctx, int delayclose, int tls_use_sni, struct dt_env *dtenv,
H A Dlisten_dnsport.h218 struct dt_env* dtenv,
H A Doutside_network.c1679 void* sslctx, int delayclose, int tls_use_sni, struct dt_env* dtenv,
H A Dlisten_dnsport.c1540 struct dt_env* dtenv, in listen_create()
/src/contrib/unbound/util/
H A Dnetevent.h302 struct dt_env* dtenv;
H A Dnetevent.c6651 send_reply_dnstap(struct dt_env* dtenv,
6701 struct dt_env* dtenv =
/src/contrib/unbound/testcode/
H A Dfake_event.c959 struct dt_env* ATTR_UNUSED(dtenv), in listen_create()
1135 struct dt_env* ATTR_UNUSED(dtenv), int ATTR_UNUSED(udp_connect), in outside_network_create()