/bind-9.11.3/lib/bind9/ |
H A D | check.c | 161 if (cfg_map_get(options, "rrset-order", &obj) != ISC_R_SUCCESS) 188 (void)cfg_map_get(options, "dual-stack-servers", &alternates); 242 (void)cfg_map_get(options, "forward", &forward); 243 (void)cfg_map_get(options, "forwarders", &forwarders); 435 cfg_map_get(options, aclname, &aclobj); 438 cfg_map_get(voptions, aclname, &aclobj); 441 cfg_map_get(config, "options", &options); 443 cfg_map_get(options, aclname, &aclobj); 494 cfg_map_get(voptions, "dns64", &dns64); 497 cfg_map_get(confi [all...] |
/bind-9.11.3/bin/named/ |
H A D | logconf.c | 108 (void)cfg_map_get(channel, "file", &fileobj); 109 (void)cfg_map_get(channel, "syslog", &syslogobj); 110 (void)cfg_map_get(channel, "null", &nullobj); 111 (void)cfg_map_get(channel, "stderr", &stderrobj); 199 (void)cfg_map_get(channel, "print-category", &printcat); 200 (void)cfg_map_get(channel, "print-severity", &printsev); 201 (void)cfg_map_get(channel, "print-time", &printtime); 202 (void)cfg_map_get(channel, "buffered", &buffered); 215 if (cfg_map_get(channel, "severity", &severity) == ISC_R_SUCCESS) { 294 (void)cfg_map_get(logstm [all...] |
H A D | tkeyconf.c | 63 result = cfg_map_get(options, "tkey-dhkey", &obj); 78 result = cfg_map_get(options, "tkey-domain", &obj); 96 result = cfg_map_get(options, "tkey-gssapi-credential", &obj); 109 result = cfg_map_get(options, "tkey-gssapi-keytab", &obj);
|
H A D | tsigconf.c | 65 (void)cfg_map_get(key, "algorithm", &algobj); 66 (void)cfg_map_get(key, "secret", &secretobj); 161 result = cfg_map_get(maps[i], "key", &keylist);
|
H A D | zoneconf.c | 146 (void)cfg_map_get(config, "options", &options); 188 (void)cfg_map_get(zconfig, "update-policy", &updatepolicy); 575 result = cfg_map_get(zconfig, "server-addresses", &obj); 587 result = cfg_map_get(zconfig, "server-names", &obj); 688 result = cfg_map_get(map, "type", &obj); 810 (void)cfg_map_get(config, "options", &options); 846 result = cfg_map_get(zoptions, "database", &obj); 853 result = cfg_map_get(zoptions, "dlz", &obj); 892 result = cfg_map_get(zoptions, "file", &obj); 996 result = cfg_map_get(zoption [all...] |
H A D | lwresd.c | 299 (void)cfg_map_get(lwres, "ndots", &obj); 310 (void)cfg_map_get(lwres, "view", &viewobj); 332 (void)cfg_map_get(lwres, "search", &searchobj); 386 (void)cfg_map_get(lwres, "lwres-tasks", &obj); 396 (void)cfg_map_get(lwres, "lwres-clients", &obj); 794 result = cfg_map_get(config, "lwres", &lwreslist); 821 (void)cfg_map_get(lwres, "listen-on", &listenerslist);
|
H A D | server.c | 526 (void)cfg_map_get(config, "options", &options); 533 (void)cfg_map_get(gconfig, "options", &options); 584 (void)cfg_map_get(config, "options", &options); 628 (void)cfg_map_get(config, "options", &options); 920 (void) cfg_map_get(voptions, "trusted-keys", 922 (void) cfg_map_get(voptions, "managed-keys", 929 (void)cfg_map_get(config, "trusted-keys", &global_keys); 930 (void)cfg_map_get(config, "managed-keys", &global_managed_keys); 931 (void)cfg_map_get(config, "options", &options); 971 (void)cfg_map_get(bindkey [all...] |
H A D | config.c | 319 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 338 if (cfg_map_get(maps[i], "check-names", 549 result = cfg_map_get(cctx, "masters", &masters); 891 (void)cfg_map_get(config, "options", &options); 916 (void)cfg_map_get(config, "options", &options); 920 result = cfg_map_get(options, "dscp", &dscpobj);
|
H A D | controlconf.c | 778 (void)cfg_map_get(keydef, "algorithm", &algobj); 779 (void)cfg_map_get(keydef, "secret", &secretobj); 862 CHECK(cfg_map_get(config, "key", &key)); 878 (void)cfg_map_get(key, "algorithm", &algobj); 879 (void)cfg_map_get(key, "secret", &secretobj); 952 result = cfg_map_get(config, "key", &global_keylist); 1279 (void)cfg_map_get(config, "controls", &controlslist); 1297 (void)cfg_map_get(controls, "inet", &inetcontrols); 1363 (void)cfg_map_get(controls, "unix", &unixcontrols);
|
H A D | statschannel.c | 3277 (void)cfg_map_get(config, "statistics-channels", &statschannellist); 3315 (void)cfg_map_get(statschannel, "inet",
|
/bind-9.11.3/bin/check/ |
H A D | named-checkconf.c | 99 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 117 result = cfg_map_get(maps[i], "check-names", &checknames); 200 cfg_map_get(config, "options", &obj); 206 cfg_map_get(zoptions, "in-view", &inviewobj); 210 cfg_map_get(zoptions, "type", &typeobj); 217 cfg_map_get(zoptions, "database", &dbobj); 223 cfg_map_get(zoptions, "dlz", &dlzobj); 227 cfg_map_get(zoptions, "file", &fileobj); 246 cfg_map_get(zoptions, "masters", &mastersobj); 418 (void)cfg_map_get(voption [all...] |
/bind-9.11.3/bin/rndc/ |
H A D | rndc.c | 564 (void)cfg_map_get(config, "options", &options); 570 (void)cfg_map_get(options, "default-server", &defserverobj); 579 (void)cfg_map_get(config, "server", &servers); 601 DO("get key for server", cfg_map_get(server, "key", &defkey)); 604 DO("get default key", cfg_map_get(options, "default-key", 614 DO("get key", cfg_map_get(config, "key", &key)); 616 DO("get config key list", cfg_map_get(config, "key", &keys)); 629 (void)cfg_map_get(key, "secret", &secretobj); 630 (void)cfg_map_get(key, "algorithm", &algorithmobj); 668 (void)cfg_map_get(serve [all...] |
/bind-9.11.3/lib/isccfg/include/isccfg/ |
H A D | cfg.h | 204 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj);
|
/bind-9.11.3/lib/irs/ |
H A D | dnsconf.c | 67 cfg_map_get(cfgobj, "trusted-keys", &keys);
|
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 749 cfg_map_get(bindkeys, "trusted-keys", &keys); 750 cfg_map_get(bindkeys, "managed-keys", &managed_keys);
|
/bind-9.11.3/lib/isccfg/ |
H A D | aclconf.c | 108 result = cfg_map_get(cctx, "acl", &acls);
|
H A D | parser.c | 2080 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj) { function
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 664 result = cfg_map_get(sessionkey, "key", &key); 668 (void) cfg_map_get(key, "secret", &secretobj); 669 (void) cfg_map_get(key, "algorithm", &algorithmobj);
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 1289 result = cfg_map_get(file, "key", &keyobj); 1293 (void) cfg_map_get(keyobj, "secret", &secretobj); 1294 (void) cfg_map_get(keyobj, "algorithm", &algorithmobj);
|