Home
last modified time | relevance | path

Searched refs:dnstap_ip (Results 1 – 6 of 6) 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.h585 char* dnstap_ip; member
H A Dconfig_file.c783 else S_STR("dnstap-ip:", dnstap_ip) in config_set_option()
1271 else O_STR(opt, "dnstap-ip", dnstap_ip) in config_get_option()
1741 free(cfg->dnstap_ip); in config_delete()
H A Dconfigparser.y3541 free(cfg_parser->cfg->dnstap_ip);
3542 cfg_parser->cfg->dnstap_ip = $2;
H A Dconfigparser.c7095 free(cfg_parser->cfg->dnstap_ip); in yyparse()
7096 cfg_parser->cfg->dnstap_ip = (yyvsp[0].str); in yyparse()