Searched refs:dt_env (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/unbound/dnstap/ |
| H A D | dnstap.h | 47 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 D | dnstap.c | 91 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 D | daemon.h | 68 struct dt_env; 144 struct dt_env* dtenv;
|
| H A D | worker.h | 138 struct dt_env dtenv;
|
| H A D | worker.c | 2184 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 D | outside_network.h | 63 struct dt_env; 148 struct dt_env* dtenv; 571 void* sslctx, int delayclose, int tls_use_sni, struct dt_env *dtenv,
|
| H A D | listen_dnsport.h | 218 struct dt_env* dtenv,
|
| H A D | outside_network.c | 1679 void* sslctx, int delayclose, int tls_use_sni, struct dt_env* dtenv,
|
| H A D | listen_dnsport.c | 1540 struct dt_env* dtenv, in listen_create()
|
| /src/contrib/unbound/util/ |
| H A D | netevent.h | 302 struct dt_env* dtenv;
|
| H A D | netevent.c | 6651 send_reply_dnstap(struct dt_env* dtenv, 6701 struct dt_env* dtenv =
|
| /src/contrib/unbound/testcode/ |
| H A D | fake_event.c | 959 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()
|