Home
last modified time | relevance | path

Searched refs:dnstap_ip (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c345 if(cfg->dnstap_ip && cfg->dnstap_ip[0]) { in dt_io_thread_apply_cfg()
375 if(!cfg->dnstap_ip || cfg->dnstap_ip[0] == 0) { in dt_io_thread_apply_cfg()
380 dtio->ip_str = strdup(cfg->dnstap_ip); in dt_io_thread_apply_cfg()
H A Ddnstap.c161 (cfg->dnstap_ip==NULL || cfg->dnstap_ip[0]==0)) { in dt_create()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h586 char* dnstap_ip; member
H A Dconfig_file.c813 else S_STR("dnstap-ip:", dnstap_ip) in config_set_option()
1303 else O_STR(opt, "dnstap-ip", dnstap_ip) in config_get_option()
1819 free(cfg->dnstap_ip); in config_delete()
H A Dconfigparser.y3560 free(cfg_parser->cfg->dnstap_ip);
3561 cfg_parser->cfg->dnstap_ip = $2;
H A Dconfigparser.c7119 free(cfg_parser->cfg->dnstap_ip); in yyparse()
7120 cfg_parser->cfg->dnstap_ip = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5249 m += getmem_str(cfg->dnstap_ip); in config_file_getmem()
6083 COPY_VAR_ptr(dnstap_ip); in fr_atomic_copy_cfg()