Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/services/
H A Dauthzone.h131 int for_downstream; member
H A Dauthzone.c2123 if(c->for_downstream) in auth_zones_cfg()
2139 z->for_downstream = c->for_downstream; in auth_zones_cfg()
3593 if(!z->for_downstream) { in auth_zones_answer()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h794 int for_downstream; member
H A Dconfigparser.y407 s->for_downstream = 1;
506 s->for_downstream = 0;
3130 else cfg_parser->cfg->auths->for_downstream =
H A Dconfigparser.c2995 s->for_downstream = 1; in yyparse()
3103 s->for_downstream = 0; in yyparse()
6501 else cfg_parser->cfg->auths->for_downstream = in yyparse()