Home
last modified time | relevance | path

Searched refs:tls_auths (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dnsd-checkconf.c766 RBTREE_FOR(tlsauth, tls_auth_options_type*, opt->tls_auths) in config_test_print_server()
891 (int)opt->tls_auths->count); in additional_checks()
981 (int)options->tls_auths->count); in main()
H A Doptions.h69 rbtree_type* tls_auths; member
H A Doptions.c56 opt->tls_auths = rbtree_create(region, rbtree_strcmp); in nsd_options_create()
1564 (void)rbtree_insert(opt->tls_auths, &auth->node); in tls_auth_options_insert()
1570 return (struct tls_auth_options*)rbtree_search(opt->tls_auths, name); in tls_auth_options_find()