Home
last modified time | relevance | path

Searched defs:val_env (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/unbound/validator/
H A Dvalidator.h79 struct val_env { struct
82 struct key_cache* kcache;
85 struct val_neg_cache* neg_cache;
89 int32_t date_override;
92 int32_t skew_min;
95 int32_t skew_max;
98 int max_restart;
103 uint32_t bogus_ttl;
109 int nsec3_keyiter_count;
115 size_t* nsec3_keysize;
[all …]
H A Dvalidator.c132 val_apply_cfg(struct module_env * env,struct val_env * val_env,struct config_file * cfg) val_apply_cfg() argument
190 struct val_env* val_env = (struct val_env*)calloc(1, val_init() local
226 struct val_env* val_env; val_deinit() local
[all...]
/openbsd-src/sbin/unwind/libunbound/validator/
H A Dvalidator.h79 struct val_env { struct
82 struct key_cache* kcache;
85 struct val_neg_cache* neg_cache;
89 int32_t date_override;
92 int32_t skew_min;
95 int32_t skew_max;
98 int max_restart;
103 uint32_t bogus_ttl;
109 int nsec3_keyiter_count;
115 size_t* nsec3_keysize;
[all …]
H A Dvalidator.c132 val_apply_cfg(struct module_env * env,struct val_env * val_env,struct config_file * cfg) val_apply_cfg() argument
190 struct val_env* val_env = (struct val_env*)calloc(1, val_init() local
226 struct val_env* val_env; val_deinit() local
[all...]
/openbsd-src/sbin/unwind/
H A Dresolver.c1416 struct val_env *val_env; free_resolver() local
1440 struct val_env *val_env; setup_unified_caches() local
[all...]
/openbsd-src/usr.sbin/unbound/daemon/
H A Dremote.c2677 struct val_env* val_env = NULL; do_set_option() local