Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
H A Doptions.h98 int confine_to_zone; member
H A Dnsd-checkconf.c418 SERV_GET_BIN(confine_to_zone, o); in config_print_zone()
677 opt->confine_to_zone ? "yes" : "no"); in config_test_print_server()
H A Dconfigparser.y466 { cfg_parser->opt->confine_to_zone = $2; }
H A Dquery.c1420 if (nsd->options->confine_to_zone && in answer_lookup_zone()
H A Doptions.c78 opt->confine_to_zone = 0; in nsd_options_create()