Searched refs:dt_env (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/contrib/unbound/dnstap/ |
| HD | dnstap.h | 47 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,
|
| HD | 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() 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/ |
| HD | daemon.h | 66 struct dt_env; 138 struct dt_env* dtenv;
|
| HD | worker.h | 132 struct dt_env dtenv;
|
| HD | worker.c | 2102 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/ |
| HD | 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,
|
| HD | listen_dnsport.h | 214 void* sslctx, struct dt_env* dtenv, struct doq_table* doq_table,
|
| HD | outside_network.c | 1664 void* sslctx, int delayclose, int tls_use_sni, struct dt_env* dtenv,
|
| HD | listen_dnsport.c | 1526 void* sslctx, struct dt_env* dtenv, struct doq_table* doq_table, in listen_create()
|
| /freebsd-14-stable/contrib/unbound/util/ |
| HD | netevent.h | 300 struct dt_env* dtenv;
|
| HD | netevent.c | 6629 send_reply_dnstap(struct dt_env* dtenv, 6679 struct dt_env* dtenv =
|