Home
last modified time | relevance | path

Searched refs:conf_id_get (Results 1 – 25 of 26) sorted by relevance

12

/dports/dns/knot3-lib/knot-3.1.5/src/knot/dnssec/
H A Dcontext.c42 val = conf_id_get(conf, C_POLICY, C_ALG, id); in knot_dynarray_define()
45 val = conf_id_get(conf, C_POLICY, C_KSK_SHARED, id); in knot_dynarray_define()
48 val = conf_id_get(conf, C_POLICY, C_KSK_SIZE, id); in knot_dynarray_define()
53 val = conf_id_get(conf, C_POLICY, C_ZSK_SIZE, id); in knot_dynarray_define()
58 val = conf_id_get(conf, C_POLICY, C_DNSKEY_TTL, id); in knot_dynarray_define()
62 val = conf_id_get(conf, C_POLICY, C_ZONE_MAX_TLL, id); in knot_dynarray_define()
66 val = conf_id_get(conf, C_POLICY, C_ZSK_LIFETIME, id); in knot_dynarray_define()
69 val = conf_id_get(conf, C_POLICY, C_KSK_LIFETIME, id); in knot_dynarray_define()
90 val = conf_id_get(conf, C_POLICY, C_NSEC3, id); in knot_dynarray_define()
96 val = conf_id_get(conf, C_POLICY, C_NSEC3_ITER, id); in knot_dynarray_define()
[all …]
/dports/dns/knot3/knot-3.1.5/src/knot/dnssec/
H A Dcontext.c42 val = conf_id_get(conf, C_POLICY, C_ALG, id); in knot_dynarray_define()
45 val = conf_id_get(conf, C_POLICY, C_KSK_SHARED, id); in knot_dynarray_define()
48 val = conf_id_get(conf, C_POLICY, C_KSK_SIZE, id); in knot_dynarray_define()
53 val = conf_id_get(conf, C_POLICY, C_ZSK_SIZE, id); in knot_dynarray_define()
58 val = conf_id_get(conf, C_POLICY, C_DNSKEY_TTL, id); in knot_dynarray_define()
62 val = conf_id_get(conf, C_POLICY, C_ZONE_MAX_TLL, id); in knot_dynarray_define()
66 val = conf_id_get(conf, C_POLICY, C_ZSK_LIFETIME, id); in knot_dynarray_define()
69 val = conf_id_get(conf, C_POLICY, C_KSK_LIFETIME, id); in knot_dynarray_define()
90 val = conf_id_get(conf, C_POLICY, C_NSEC3, id); in knot_dynarray_define()
96 val = conf_id_get(conf, C_POLICY, C_NSEC3_ITER, id); in knot_dynarray_define()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/knot/updates/
H A Dacl.c98 conf_val_t val = conf_id_get(conf, C_ACL, C_UPDATE_OWNER, acl); in update_match()
108 val = conf_id_get(conf, C_ACL, C_UPDATE_OWNER_MATCH, acl); in update_match()
115 val_names = conf_id_get(conf, C_ACL, C_UPDATE_OWNER_NAME, acl); in update_match()
188 conf_val_t alg_val = conf_id_get(conf, C_KEY, C_ALG, key_val); in check_addr_key()
230 conf_val_t rmt_val = conf_id_get(conf, C_ACL, C_RMT, acl); in acl_allowed()
232 conf_val_t deny_val = conf_id_get(conf, C_ACL, C_DENY, acl); in acl_allowed()
238 addr_val = conf_id_get(conf, C_RMT, C_ADDR, &rmt_val); in acl_allowed()
239 key_val = conf_id_get(conf, C_RMT, C_KEY, &rmt_val); in acl_allowed()
250 addr_val = conf_id_get(conf, C_ACL, C_ADDR, acl); in acl_allowed()
251 key_val = conf_id_get(conf, C_ACL, C_KEY, acl); in acl_allowed()
[all …]
/dports/dns/knot3/knot-3.1.5/src/knot/updates/
H A Dacl.c98 conf_val_t val = conf_id_get(conf, C_ACL, C_UPDATE_OWNER, acl); in update_match()
108 val = conf_id_get(conf, C_ACL, C_UPDATE_OWNER_MATCH, acl); in update_match()
115 val_names = conf_id_get(conf, C_ACL, C_UPDATE_OWNER_NAME, acl); in update_match()
188 conf_val_t alg_val = conf_id_get(conf, C_KEY, C_ALG, key_val); in check_addr_key()
230 conf_val_t rmt_val = conf_id_get(conf, C_ACL, C_RMT, acl); in acl_allowed()
232 conf_val_t deny_val = conf_id_get(conf, C_ACL, C_DENY, acl); in acl_allowed()
238 addr_val = conf_id_get(conf, C_RMT, C_ADDR, &rmt_val); in acl_allowed()
239 key_val = conf_id_get(conf, C_RMT, C_KEY, &rmt_val); in acl_allowed()
250 addr_val = conf_id_get(conf, C_ACL, C_ADDR, acl); in acl_allowed()
251 key_val = conf_id_get(conf, C_ACL, C_KEY, acl); in acl_allowed()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/knot/common/
H A Dlog.c470 levels_val = conf_id_get(conf, C_LOG, C_SERVER, &id); in log_reconfigure()
475 levels_val = conf_id_get(conf, C_LOG, C_CTL, &id); in log_reconfigure()
480 levels_val = conf_id_get(conf, C_LOG, C_ZONE, &id); in log_reconfigure()
485 levels_val = conf_id_get(conf, C_LOG, C_ANY, &id); in log_reconfigure()
/dports/dns/knot3/knot-3.1.5/src/knot/common/
H A Dlog.c470 levels_val = conf_id_get(conf, C_LOG, C_SERVER, &id); in log_reconfigure()
475 levels_val = conf_id_get(conf, C_LOG, C_CTL, &id); in log_reconfigure()
480 levels_val = conf_id_get(conf, C_LOG, C_ZONE, &id); in log_reconfigure()
485 levels_val = conf_id_get(conf, C_LOG, C_ANY, &id); in log_reconfigure()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/events/
H A Dreplan.c127 val = conf_id_get(conf, C_POLICY, C_NSEC3, &policy); in replan_from_timers()
132 val = conf_id_get(conf, C_POLICY, C_NSEC3_SALT_LIFETIME, &policy); in replan_from_timers()
/dports/dns/knot3/knot-3.1.5/src/knot/events/
H A Dreplan.c127 val = conf_id_get(conf, C_POLICY, C_NSEC3, &policy); in replan_from_timers()
132 val = conf_id_get(conf, C_POLICY, C_NSEC3_SALT_LIFETIME, &policy); in replan_from_timers()
/dports/dns/knot3/knot-3.1.5/src/knot/dnssec/kasp/
H A Dkasp_zone.c327 conf_val_t keystore_id = conf_id_get(conf, C_POLICY, C_KEYSTORE, policy_id); in zone_init_keystore()
330 conf_val_t val = conf_id_get(conf, C_KEYSTORE, C_BACKEND, &keystore_id); in zone_init_keystore()
333 val = conf_id_get(conf, C_KEYSTORE, C_CONFIG, &keystore_id); in zone_init_keystore()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/dnssec/kasp/
H A Dkasp_zone.c327 conf_val_t keystore_id = conf_id_get(conf, C_POLICY, C_KEYSTORE, policy_id); in zone_init_keystore()
330 conf_val_t val = conf_id_get(conf, C_KEYSTORE, C_BACKEND, &keystore_id); in zone_init_keystore()
333 val = conf_id_get(conf, C_KEYSTORE, C_CONFIG, &keystore_id); in zone_init_keystore()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/events/handlers/
H A Dds_push.c242 conf_val_t ds_push = conf_id_get(conf, C_POLICY, C_DS_PUSH, &policy_id); in event_ds_push()
244 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &ds_push); in event_ds_push()
H A Dnotify.c147 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &notify); in event_notify()
H A Dload.c43 conf_val_t action = conf_id_get(conf, C_ACL, C_ACTION, &acl); in allowed_xfr()
H A Dupdate.c284 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &remote); in forward_request()
/dports/dns/knot3/knot-3.1.5/src/knot/events/handlers/
H A Dds_push.c242 conf_val_t ds_push = conf_id_get(conf, C_POLICY, C_DS_PUSH, &policy_id); in event_ds_push()
244 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &ds_push); in event_ds_push()
H A Dnotify.c147 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &notify); in event_notify()
H A Dload.c43 conf_val_t action = conf_id_get(conf, C_ACL, C_ACTION, &acl); in allowed_xfr()
H A Dupdate.c284 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &remote); in forward_request()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/zone/
H A Dzone.c474 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &masters); in preferred_master()
536 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &masters); in zone_master_try()
/dports/dns/knot3/knot-3.1.5/src/knot/zone/
H A Dzone.c474 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &masters); in preferred_master()
536 conf_val_t addr = conf_id_get(conf, C_RMT, C_ADDR, &masters); in zone_master_try()
/dports/dns/knot3/knot-3.1.5/src/knot/conf/
H A Dconf.h146 static inline conf_val_t conf_id_get( in conf_id_get() function
H A Dbase.c329 conf_val_t file = conf_id_get(out, C_MODULE, C_FILE, &id); in conf_new()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/conf/
H A Dconf.h146 static inline conf_val_t conf_id_get( in conf_id_get() function
H A Dbase.c329 conf_val_t file = conf_id_get(out, C_MODULE, C_FILE, &id); in conf_new()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/server/
H A Dserver.c848 conf_val_t file = conf_id_get(new_conf, C_MODULE, C_FILE, &id); in reload_conf()

12