| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | logconf.c | 56 catname = cfg_obj_asstring(cfg_tuple_get(ccat, "name")); in category_fromconf() 73 destinations = cfg_tuple_get(ccat, "destinations"); in category_fromconf() 141 const cfg_obj_t *pathobj = cfg_tuple_get(fileobj, "file"); in channel_fromconf() 142 const cfg_obj_t *sizeobj = cfg_tuple_get(fileobj, "size"); in channel_fromconf() 144 cfg_tuple_get(fileobj, "versions"); in channel_fromconf() 299 catname = cfg_tuple_get(category, "name"); in ns_log_configure() 304 catname = cfg_tuple_get(category, "name"); in ns_log_configure()
|
| D | config.c | 329 type = cfg_tuple_get(value, "type"); in ns_checknames_get() 332 *obj = cfg_tuple_get(value, "mode"); in ns_checknames_get() 427 addrlist = cfg_tuple_get(list, "addresses"); in ns_config_getiplist() 430 portobj = cfg_tuple_get(list, "port"); in ns_config_getiplist() 496 listname = cfg_obj_asstring(cfg_tuple_get(list, "name")); in get_masters_def() 540 addrlist = cfg_tuple_get(list, "addresses"); in ns_config_getipandkeylist() 541 portobj = cfg_tuple_get(list, "port"); in ns_config_getipandkeylist() 566 addr = cfg_tuple_get(cfg_listelt_value(element), in ns_config_getipandkeylist() 568 key = cfg_tuple_get(cfg_listelt_value(element), "key"); in ns_config_getipandkeylist()
|
| D | zoneconf.c | 133 maps[0] = cfg_tuple_get(zconfig, "options"); in configure_zone_acl() 149 const cfg_obj_t *options = cfg_tuple_get(vconfig, "options"); in configure_zone_acl() 219 const cfg_obj_t *mode = cfg_tuple_get(stmt, "mode"); in configure_zone_ssutable() 220 const cfg_obj_t *identity = cfg_tuple_get(stmt, "identity"); in configure_zone_ssutable() 221 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); in configure_zone_ssutable() 222 const cfg_obj_t *dname = cfg_tuple_get(stmt, "name"); in configure_zone_ssutable() 223 const cfg_obj_t *typelist = cfg_tuple_get(stmt, "types"); in configure_zone_ssutable() 836 zoptions = cfg_tuple_get(zconfig, "options"); in ns_zone_configure() 840 maps[i++] = cfg_tuple_get(vconfig, "options"); in ns_zone_configure() 850 RETERR(ns_config_getclass(cfg_tuple_get(vconfig, "class"), in ns_zone_configure() [all …]
|
| D | server.c | 427 maps[i++] = cfg_tuple_get(vconfig, "options"); in configure_view_acl() 449 aclobj = cfg_tuple_get(aclobj, acltuplename); in configure_view_acl() 476 maps[i++] = cfg_tuple_get(vconfig, "options"); in configure_view_sortlist() 520 maps[i++] = cfg_tuple_get(vconfig, "options"); in configure_view_nametable() 537 obj = cfg_tuple_get(obj, conftuplename); in configure_view_nametable() 602 flags = cfg_obj_asuint32(cfg_tuple_get(key, "flags")); in dstkey_fromconfig() 603 proto = cfg_obj_asuint32(cfg_tuple_get(key, "protocol")); in dstkey_fromconfig() 604 alg = cfg_obj_asuint32(cfg_tuple_get(key, "algorithm")); in dstkey_fromconfig() 606 keynamestr = cfg_obj_asstring(cfg_tuple_get(key, "name")); in dstkey_fromconfig() 610 initmethod = cfg_obj_asstring(cfg_tuple_get(key, "init")); in dstkey_fromconfig() [all …]
|
| D | controlconf.c | 911 control_keylist = cfg_tuple_get(control, "keys"); in get_key_info() 1014 allow = cfg_tuple_get(control, "allow"); in update_listener() 1041 perm = cfg_obj_asuint32(cfg_tuple_get(control, "perm")); in update_listener() 1042 owner = cfg_obj_asuint32(cfg_tuple_get(control, "owner")); in update_listener() 1043 group = cfg_obj_asuint32(cfg_tuple_get(control, "group")); in update_listener() 1102 allow = cfg_tuple_get(control, "allow"); in add_listener() 1167 listener->perm = cfg_obj_asuint32(cfg_tuple_get(control, in add_listener() 1169 listener->owner = cfg_obj_asuint32(cfg_tuple_get(control, in add_listener() 1171 listener->group = cfg_obj_asuint32(cfg_tuple_get(control, in add_listener() 1261 obj = cfg_tuple_get(control, "address"); in ns_controls_configure() [all …]
|
| D | tkeyconf.c | 74 s = cfg_obj_asstring(cfg_tuple_get(obj, "name")); in ns_tkeyctx_fromconfig() 75 n = cfg_obj_asuint32(cfg_tuple_get(obj, "keyid")); in ns_tkeyctx_fromconfig()
|
| D | tsigconf.c | 158 maps[i++] = cfg_tuple_get(vconfig, "options"); in ns_tsigkeyring_fromconfig()
|
| D | lwresd.c | 325 vname = cfg_obj_asstring(cfg_tuple_get(viewobj, "name")); in ns_lwdmanager_create() 326 obj = cfg_tuple_get(viewobj, "class"); in ns_lwdmanager_create()
|
| D | statschannel.c | 1658 allow = cfg_tuple_get(listen_params, "allow"); in add_listener() 1759 allow = cfg_tuple_get(listen_params, "allow"); in update_listener() 1841 obj = cfg_tuple_get(listen_params, "address"); in ns_statschannels_configure()
|
| /freebsd-9-stable/contrib/bind9/lib/bind9/ |
| D | check.c | 75 obj = cfg_tuple_get(ent, "class"); in check_orderent() 89 obj = cfg_tuple_get(ent, "type"); in check_orderent() 102 obj = cfg_tuple_get(ent, "name"); in check_orderent() 116 obj = cfg_tuple_get(ent, "order"); in check_orderent() 124 obj = cfg_tuple_get(ent, "ordering"); in check_orderent() 184 obj = cfg_tuple_get(alternates, "port"); in check_dual_stack() 193 obj = cfg_tuple_get(alternates, "addresses"); in check_dual_stack() 200 obj = cfg_tuple_get(value, "name"); in check_dual_stack() 213 obj = cfg_tuple_get(value, "port"); in check_dual_stack() 266 obj = cfg_tuple_get(disabled, "name"); in disabled_algorithms() [all …]
|
| /freebsd-9-stable/contrib/bind9/bin/check/ |
| D | named-checkconf.c | 137 type = cfg_tuple_get(value, "type"); in get_checknames() 140 *obj = cfg_tuple_get(value, "mode"); in get_checknames() 194 zname = cfg_obj_asstring(cfg_tuple_get(zconfig, "name")); in configure_zone() 195 classobj = cfg_tuple_get(zconfig, "class"); in configure_zone() 201 zoptions = cfg_tuple_get(zconfig, "options"); in configure_zone() 204 maps[i++] = cfg_tuple_get(vconfig, "options"); in configure_zone() 403 voptions = cfg_tuple_get(vconfig, "options"); in configure_view() 464 classobj = cfg_tuple_get(vconfig, "class"); in load_zones_fromconfig() 471 vname = cfg_obj_asstring(cfg_tuple_get(vconfig, "name")); in load_zones_fromconfig()
|
| /freebsd-9-stable/contrib/bind9/lib/irs/ |
| D | dnsconf.c | 92 flags = cfg_obj_asuint32(cfg_tuple_get(key, "flags")); in configure_dnsseckeys() 93 proto = cfg_obj_asuint32(cfg_tuple_get(key, in configure_dnsseckeys() 95 alg = cfg_obj_asuint32(cfg_tuple_get(key, in configure_dnsseckeys() 97 keynamestr = cfg_obj_asstring(cfg_tuple_get(key, in configure_dnsseckeys() 120 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key")); in configure_dnsseckeys()
|
| /freebsd-9-stable/contrib/bind9/lib/isccfg/ |
| D | aclconf.c | 116 const char *aclname = cfg_obj_asstring(cfg_tuple_get(acl, "name")); in get_acl_def() 119 *ret = cfg_tuple_get(acl, "value"); in get_acl_def() 237 ce = cfg_tuple_get(ce, "value"); in count_acl_elements() 356 ce = cfg_tuple_get(ce, "value"); in cfg_acl_fromconfig2()
|
| D | parser.c | 312 cfg_tuple_get(const cfg_obj_t *tupleobj, const char* name) { in cfg_tuple_get() function
|
| /freebsd-9-stable/contrib/bind9/lib/isccfg/include/isccfg/ |
| D | cfg.h | 203 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name);
|
| /freebsd-9-stable/contrib/bind9/bin/rndc/ |
| D | rndc.c | 632 obj = cfg_tuple_get(address, "name"); in parse_config() 634 obj = cfg_tuple_get(address, "port"); in parse_config()
|