Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Doptions.h488 struct tls_auth_options* tls_auth_options_find(struct nsd_options* opt, const char* name);
H A Doptions.c274 tls_auth_options_find(opt, acl->tls_auth_name))) in parse_options_file()
1018 b->tls_auth_options = tls_auth_options_find(opt, b->tls_auth_name); in copy_acl_list()
1568 tls_auth_options_find(struct nsd_options* opt, const char* name) in tls_auth_options_find() function
H A Dnsd-checkconf.c307 tls_auth_options_type* tlsauth = tls_auth_options_find(opt, tls); in config_print_zone()
H A Dconfigparser.y703 } else if(tls_auth_options_find(cfg_parser->opt, tls_auth->name)) {
H A Dconfigparser.c2427 } else if(tls_auth_options_find(cfg_parser->opt, tls_auth->name)) { in yyparse()