Searched defs:zonelist (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkconf.c374 const cfg_obj_t *zonelist; local
382 zonelist = NULL;
384 (void)cfg_map_get(voptions, "zone", &zonelist);
386 (void)cfg_map_get(config, "zone", &zonelist);
388 for (element = cfg_list_first(zonelist);
/bind-9.6-ESV-R11/contrib/zkt/
H A Drollover.c121 static int is_parentdirsigned (const zone_t *zonelist, const zone_t *zp) argument
163 /* try to find parent zone in zonelist */
164 if ( (parent = zone_search (zonelist, parentname)) == NULL )
224 static int kskrollover (dki_t *ksk, zone_t *zonelist, zone_t *zp) argument
256 if ( z->keysetdir && strcmp (z->keysetdir, "..") == 0 && is_parentdirsigned (zonelist, zp) )
470 int kskstatus (zone_t *zonelist, zone_t *zp) argument
499 kskrollover (akey, zonelist, zp);
H A Dzkt-signer.c100 static int dosigning (zone_t *zonelist, zone_t *zp);
124 static zone_t *zonelist = NULL; /* must be static global because add2zonelist use it */ variable
164 zonelist = NULL;
258 for ( zp = zonelist; zp; zp = zp->next )
276 ret = zone_readdir (".", origin, NULL, &zonelist, config, dynamic_zone);
278 ret = zone_readdir (".", origin, argv[optind], &zonelist, config, dynamic_zone);
284 if ( ret != 1 || zonelist == NULL )
299 if ( zonelist == NULL )
312 if ( !parsedir (dir, &zonelist, config) )
314 if ( zonelist
461 dosigning(zone_t *zonelist, zone_t *zp) argument
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c173 ISC_LIST(struct zonelistentry) zonelist; member in struct:viewlistentry
1146 const cfg_obj_t *zonelist, const char **empty_dbtype,
1184 for (element = cfg_list_first(zonelist);
1325 const cfg_obj_t *zonelist; local
1454 zonelist = NULL;
1456 (void)cfg_map_get(voptions, "zone", &zonelist);
1458 (void)cfg_map_get(config, "zone", &zonelist);
1463 for (element = cfg_list_first(zonelist);
2295 CHECK(create_empty_zone(zone, name, view, zonelist,
3259 const cfg_obj_t *zonelist local
1145 create_empty_zone(dns_zone_t *zone, dns_name_t *name, dns_view_t *view, const cfg_obj_t *zonelist, const char **empty_dbtype, int empty_dbtypec, isc_boolean_t zonestats_on) argument
[all...]

Completed in 24 milliseconds