Home
last modified time | relevance | path

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

/freebsd/contrib/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.c133 val_apply_cfg(struct module_env* env, struct val_env* val_env, in val_apply_cfg()
191 struct val_env* val_env = (struct val_env*)calloc(1, in val_init() local
227 struct val_env* val_env; in val_deinit() local
/freebsd/contrib/unbound/daemon/
H A Dremote.c2856 struct val_env* val_env = NULL; in do_set_option() local