HomeSort by: relevance | last modified time | path
    Searched defs:tls_auth_name (Results 1 - 6 of 6) 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_fwd.c 221 char* tls_auth_name; local
225 dname = authextstrtodname(p->str, &port, &tls_auth_name);
232 if(tls_auth_name)
236 if(!delegpt_add_ns_mlc(dp, dname, 0, tls_auth_name, port)) {
253 char* tls_auth_name; local
256 if(!authextstrtoaddr(p->str, &addr, &addrlen, &tls_auth_name)) {
262 if(tls_auth_name)
267 tls_auth_name, -1)) {
iter_hints.c 224 char* tls_auth_name; local
228 dname = authextstrtodname(p->str, &port, &tls_auth_name);
235 if(tls_auth_name)
239 if(!delegpt_add_ns_mlc(dp, dname, 0, tls_auth_name, port)) {
  /src/external/bsd/unbound/dist/services/
outside_network.h 415 /** ref to the tls_auth_name from the serviced_query */
416 char* tls_auth_name; member in struct:waiting_tcp
469 char* tls_auth_name; member in struct:serviced_query
640 * @param tls_auth_name: when ssl_upstream is true, use this name to check
662 char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen,
  /src/external/bsd/nsd/dist/
options.h 439 const char* tls_auth_name; member in struct:acl_options
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;

Completed in 27 milliseconds