Home
last modified time | relevance | path

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

/netbsd/external/bsd/nsd/dist/
H A Doptions.h94 int confine_to_zone; member
H A Dnsd-checkconf.c418 SERV_GET_BIN(confine_to_zone, o); in config_print_zone()
653 opt->confine_to_zone ? "yes" : "no"); in config_test_print_server()
H A Dconfigparser.y460 { cfg_parser->opt->confine_to_zone = $2; }
H A Dquery.c1360 if (nsd->options->confine_to_zone && in answer_lookup_zone()
H A Dconfigparser.c2036 { cfg_parser->opt->confine_to_zone = (yyvsp[0].bln); } in yyparse()
H A Doptions.c78 opt->confine_to_zone = 0; in nsd_options_create()