HomeSort by: relevance | last modified time | path
    Searched refs:tls_auth_name (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/unbound/dist/iterator/
iter_delegpt.h 142 char* tls_auth_name; member in struct:delegpt_ns
177 char* tls_auth_name; member in struct:delegpt_addr
211 * @param tls_auth_name: TLS authentication name (or NULL).
216 uint8_t* name, uint8_t lame, char* tls_auth_name, int port);
292 * @param tls_auth_name: TLS authentication name (or NULL).
299 uint8_t bogus, uint8_t lame, char* tls_auth_name, int port,
429 * @param tls_auth_name: TLS authentication name (or NULL).
434 char* tls_auth_name, int port);
443 * @param tls_auth_name: TLS authentication name (or NULL).
448 socklen_t addrlen, uint8_t bogus, uint8_t lame, char* tls_auth_name,
    [all...]
iter_delegpt.c 79 ns->tls_auth_name, ns->port))
90 a->bogus, a->lame, a->tls_auth_name, -1, NULL))
107 uint8_t lame, char* tls_auth_name, int port)
133 if(tls_auth_name) {
134 ns->tls_auth_name = regional_strdup(region, tls_auth_name);
135 if(!ns->tls_auth_name)
138 ns->tls_auth_name = NULL;
197 ns->tls_auth_name, ns->port, additions);
203 uint8_t lame, char* tls_auth_name, int port, int* additions
    [all...]
iter_fwd.c 221 char* tls_auth_name; local
225 dname = authextstrtodname(p->str, &port, &tls_auth_name);
237 if(tls_auth_name)
241 if(!delegpt_add_ns_mlc(dp, dname, 0, tls_auth_name, port)) {
258 char* tls_auth_name; local
261 if(!authextstrtoaddr(p->str, &addr, &addrlen, &tls_auth_name)) {
267 if(tls_auth_name)
272 tls_auth_name, -1)) {
iter_hints.c 224 char* tls_auth_name; local
228 dname = authextstrtodname(p->str, &port, &tls_auth_name);
240 if(tls_auth_name)
244 if(!delegpt_add_ns_mlc(dp, dname, 0, tls_auth_name, port)) {
iterator.c 2176 ns->name, ns->lame, ns->tls_auth_name,
2182 a->lame, a->tls_auth_name, -1, NULL);
3077 target->tls_auth_name, qstate, &sq_was_ratelimited);
3870 rrset->rk.dname, dpns->lame, dpns->tls_auth_name,
  /src/external/bsd/unbound/dist/libunbound/
worker.h 68 * @param tls_auth_name: if ssl_upstream, use this name with TLS
80 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name,
124 * @param tls_auth_name: if ssl_upstream, use this name with TLS
136 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name,
libworker.c 881 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name,
892 tls_auth_name, addr, addrlen, zone, zonelen, q,
978 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name),
  /src/external/bsd/unbound/dist/services/
outside_network.h 267 /** If is_ssl is enabled, tls_auth_name is part of the key for
268 * tcp_reuse tree. If the string is NULL, it without a tls_auth_name */
269 char* tls_auth_name; member in struct:reuse_tcp
422 /** ref to the tls_auth_name from the serviced_query */
423 char* tls_auth_name; member in struct:waiting_tcp
476 char* tls_auth_name; member in struct:serviced_query
647 * @param tls_auth_name: when ssl_upstream is true, use this name to check
669 char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen,
outside_network.c 164 /* compare tls_auth_name if SSL-enabled */
166 if(r1->tls_auth_name && !r2->tls_auth_name)
168 if(!r1->tls_auth_name && r2->tls_auth_name)
170 if(r1->tls_auth_name && r2->tls_auth_name) {
171 r = strcmp(r1->tls_auth_name, r2->tls_auth_name);
547 socklen_t addrlen, int use_ssl, char* tls_auth_name)
664 char* tls_auth_name = NULL; local
    [all...]
  /src/external/bsd/unbound/dist/util/
fptr_wlist.h 216 int ssl_upstream, char* tls_auth_name, struct module_qstate* q,
module.h 373 * @param tls_auth_name: if ssl_upstream, use this name with TLS
388 char* tls_auth_name, struct module_qstate* q, int* was_ratelimited);
fptr_wlist.c 364 int ssl_upstream, char* tls_auth_name, struct module_qstate* q,
  /src/external/bsd/unbound/dist/smallapp/
worker_cb.c 104 char* ATTR_UNUSED(tls_auth_name), struct module_qstate* ATTR_UNUSED(q),
138 char* ATTR_UNUSED(tls_auth_name), struct module_qstate* ATTR_UNUSED(q),
  /src/external/bsd/nsd/dist/
options.c 314 if (!acl->tls_auth_name)
317 tls_auth_options_find(opt, acl->tls_auth_name)))
319 acl->tls_auth_name, pat->pname);
331 if (acl->tls_auth_name) {
333 tls_auth_options_find(opt, acl->tls_auth_name)))
335 acl->tls_auth_name, pat->pname);
1069 if(p->tls_auth_name && q->tls_auth_name) {
1070 if(strcmp(p->tls_auth_name, q->tls_auth_name)!=0) return 0
    [all...]
nsd-checkconf.c 207 if (acl->tls_auth_name)
211 acl->tls_auth_name?acl->tls_auth_name:"");
230 if (acl->tls_auth_name)
234 acl->tls_auth_name?acl->tls_auth_name:"");
configparser.y 1331 { char *tls_auth_name = region_strdup(cfg_parser->opt->region, $1);
1332 add_to_last_acl(&cfg_parser->pattern->request_xfr, tls_auth_name);} ;
1336 { char *tls_auth_name = region_strdup(cfg_parser->opt->region, $1);
1337 add_to_last_acl(&cfg_parser->pattern->provide_xfr, tls_auth_name);} ;
1366 add_to_last_acl(struct acl_options **list, char *tls_auth_name)
1373 tail->tls_auth_name = tls_auth_name;
configparser.c 3362 { char *tls_auth_name = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); local
3363 add_to_last_acl(&cfg_parser->pattern->request_xfr, tls_auth_name);}
3369 { char *tls_auth_name = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); local
3370 add_to_last_acl(&cfg_parser->pattern->provide_xfr, tls_auth_name);}
3598 add_to_last_acl(struct acl_options **list, char *tls_auth_name)
3605 tail->tls_auth_name = tls_auth_name;
options.h 439 const char* tls_auth_name; member in struct:acl_options
  /src/external/bsd/unbound/dist/daemon/
worker.c 2537 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name,
2548 ssl_upstream, tls_auth_name, addr, addrlen, zone, zonelen, q,
2598 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name),
  /src/external/bsd/unbound/dist/dnstap/
unbound-dnstap-socket.c 1661 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name),
1695 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name),
  /src/external/bsd/unbound/dist/testcode/
doqclient.c 2597 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name),
2631 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name),
fake_event.c 1274 char* ATTR_UNUSED(tls_auth_name), struct sockaddr_storage* addr,
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 732 char* tls_auth_name, struct module_qstate* q, int* was_ratelimited);

Completed in 80 milliseconds