Home
last modified time | relevance | path

Searched refs:cfg_type_zoneopts (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/bind/dist/tests/isccfg/
H A Dparser_test.c193 name = cfg_map_firstclause(&cfg_type_zoneopts, &clauses, &idx); in ISC_RUN_TEST_IMPL()
205 name = cfg_map_firstclause(&cfg_type_zoneopts, &clauses, &idx); in ISC_RUN_TEST_IMPL()
211 name = cfg_map_nextclause(&cfg_type_zoneopts, &clauses, &idx); in ISC_RUN_TEST_IMPL()
/netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dnamedconf.h53 extern cfg_type_t cfg_type_zoneopts;
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
H A Dnamedconf.h54 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_zoneopts;
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dnamedconf.c423 { "options", &cfg_type_zoneopts, 0 },
2408 LIBISCCFG_EXTERNAL_DATA cfg_type_t cfg_type_zoneopts = { variable
2582 { "options", &cfg_type_zoneopts, 0 },
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dnamedconf.c468 { "options", &cfg_type_zoneopts, 0 },
2619 cfg_type_t cfg_type_zoneopts = { "zoneopts", cfg_parse_map, cfg_print_map,
2820 { "options", &cfg_type_zoneopts, 0 },
2466 cfg_type_t cfg_type_zoneopts = { "zoneopts", cfg_parse_map, cfg_print_map, global() variable
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c