/freebsd/contrib/unbound/iterator/ |
H A D | iter_delegpt.c | 79 ns->tls_auth_name, ns->port)) in delegpt_copy() 90 a->bogus, a->lame, a->tls_auth_name, -1, NULL)) in delegpt_copy() 107 uint8_t lame, char* tls_auth_name, int port) in delegpt_add_ns() argument 133 if(tls_auth_name) { in delegpt_add_ns() 134 ns->tls_auth_name = regional_strdup(region, tls_auth_name); in delegpt_add_ns() 135 if(!ns->tls_auth_name) in delegpt_add_ns() 138 ns->tls_auth_name = NULL; in delegpt_add_ns() 197 ns->tls_auth_name, ns->port, additions); in delegpt_add_target() 203 uint8_t lame, char* tls_auth_name, int port, int* additions) in delegpt_add_addr() argument 237 if(tls_auth_name) { in delegpt_add_addr() [all …]
|
H A D | iter_delegpt.h | 132 char* tls_auth_name; member 167 char* tls_auth_name; member 206 uint8_t* name, uint8_t lame, char* tls_auth_name, int port); 289 uint8_t bogus, uint8_t lame, char* tls_auth_name, int port, 424 char* tls_auth_name, int port); 438 socklen_t addrlen, uint8_t bogus, uint8_t lame, char* tls_auth_name,
|
H A D | iter_fwd.c | 210 char* tls_auth_name; in read_fwds_host() local 214 dname = authextstrtodname(p->str, &port, &tls_auth_name); in read_fwds_host() 221 if(tls_auth_name) in read_fwds_host() 225 if(!delegpt_add_ns_mlc(dp, dname, 0, tls_auth_name, port)) { in read_fwds_host() 242 char* tls_auth_name; in read_fwds_addr() local 245 if(!authextstrtoaddr(p->str, &addr, &addrlen, &tls_auth_name)) { in read_fwds_addr() 251 if(tls_auth_name) in read_fwds_addr() 256 tls_auth_name, -1)) { in read_fwds_addr()
|
H A D | iter_hints.c | 224 char* tls_auth_name; in read_stubs_host() local 228 dname = authextstrtodname(p->str, &port, &tls_auth_name); in read_stubs_host() 235 if(tls_auth_name) in read_stubs_host() 239 if(!delegpt_add_ns_mlc(dp, dname, 0, tls_auth_name, port)) { in read_stubs_host()
|
H A D | iterator.c | 2185 ns->name, ns->lame, ns->tls_auth_name, in processLastResort() 2191 a->lame, a->tls_auth_name, -1, NULL); in processLastResort() 3096 target->tls_auth_name, qstate, &sq_was_ratelimited); in processQueryTargets() 3855 rrset->rk.dname, dpns->lame, dpns->tls_auth_name, in processTargetResponse()
|
/freebsd/contrib/unbound/libunbound/ |
H A D | worker.h | 80 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name, 136 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name,
|
H A D | libworker.c | 878 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name, in libworker_send_query() argument 889 tls_auth_name, addr, addrlen, zone, zonelen, q, in libworker_send_query() 975 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name), in worker_send_query() argument
|
/freebsd/contrib/unbound/services/ |
H A D | outside_network.h | 416 char* tls_auth_name; member 469 char* tls_auth_name; member 662 char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen,
|
H A D | outside_network.c | 729 (w->tls_auth_name?w->tls_auth_name:"an unauthenticated connection")); 734 if(!set_auth_name_on_ssl(pend->c->ssl, w->tls_auth_name, 2477 w->tls_auth_name = sq->tls_auth_name; 2614 char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen, 2652 if(tls_auth_name) { 2653 sq->tls_auth_name = regional_strdup(region, tls_auth_name); 2654 if(!sq->tls_auth_name) { 2660 sq->tls_auth_name = NULL; 3411 char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen, 3489 tcp_upstream, ssl_upstream, tls_auth_name, addr,
|
/freebsd/contrib/unbound/smallapp/ |
H A D | worker_cb.c | 104 char* ATTR_UNUSED(tls_auth_name), struct module_qstate* ATTR_UNUSED(q), in worker_send_query() argument 138 char* ATTR_UNUSED(tls_auth_name), struct module_qstate* ATTR_UNUSED(q), in libworker_send_query() argument
|
/freebsd/contrib/unbound/util/ |
H A D | fptr_wlist.h | 216 int ssl_upstream, char* tls_auth_name, struct module_qstate* q,
|
H A D | module.h | 387 char* tls_auth_name, struct module_qstate* q, int* was_ratelimited);
|
H A D | fptr_wlist.c | 361 int ssl_upstream, char* tls_auth_name, struct module_qstate* q, in fptr_whitelist_modenv_send_query() argument
|
/freebsd/contrib/unbound/dnstap/ |
H A D | unbound-dnstap-socket.c | 1650 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name), in worker_send_query() argument 1684 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name), in libworker_send_query() argument
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 2376 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name, in worker_send_query() argument 2387 ssl_upstream, tls_auth_name, addr, addrlen, zone, zonelen, q, in worker_send_query() 2437 int ATTR_UNUSED(ssl_upstream), char* ATTR_UNUSED(tls_auth_name), in libworker_send_query() argument
|