OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dnstap_socket_path
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/nsd/dist/dnstap/
dnstap_collector.c
290
if (nsd->options->
dnstap_socket_path
&&
291
nsd->options->
dnstap_socket_path
[0] == '/' &&
292
strncmp(nsd->options->
dnstap_socket_path
,
294
nsd->options->
dnstap_socket_path
+= l;
297
dt_col->dt_env = dt_create(nsd->options->
dnstap_socket_path
,
/src/external/bsd/unbound/dist/dnstap/
dnstap.c
160
if(cfg->dnstap && cfg->
dnstap_socket_path
&& cfg->
dnstap_socket_path
[0] &&
162
char* p = cfg->
dnstap_socket_path
;
dtstream.c
356
if(!cfg->
dnstap_socket_path
||
357
cfg->
dnstap_socket_path
[0]==0) {
362
nm = cfg->
dnstap_socket_path
;
/src/external/bsd/nsd/dist/
options.h
207
char*
dnstap_socket_path
;
member in struct:nsd_options
nsd-checkconf.c
478
SERV_GET_STR(
dnstap_socket_path
, o);
754
print_string_var("dnstap-socket-path:", opt->
dnstap_socket_path
);
configparser.y
781
{ cfg_parser->opt->
dnstap_socket_path
= region_strdup(cfg_parser->opt->region, $2); }
configparser.c
2527
{ cfg_parser->opt->
dnstap_socket_path
= region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
options.c
128
opt->
dnstap_socket_path
=
DNSTAP_SOCKET_PATH
;
/src/external/bsd/unbound/dist/util/
config_file.h
584
char*
dnstap_socket_path
;
member in struct:config_file
config_file.c
334
#if defined(
DNSTAP_SOCKET_PATH
)
335
if(!(cfg->
dnstap_socket_path
= strdup(
DNSTAP_SOCKET_PATH
)))
812
else S_STR("dnstap-socket-path:",
dnstap_socket_path
)
1302
else O_STR(opt, "dnstap-socket-path",
dnstap_socket_path
)
1818
free(cfg->
dnstap_socket_path
);
configparser.y
3553
free(cfg_parser->cfg->
dnstap_socket_path
);
3554
cfg_parser->cfg->
dnstap_socket_path
= $2;
configparser.c
7109
free(cfg_parser->cfg->
dnstap_socket_path
);
7110
cfg_parser->cfg->
dnstap_socket_path
= (yyvsp[0].str);
/src/external/bsd/unbound/dist/daemon/
remote.c
5248
m += getmem_str(cfg->
dnstap_socket_path
);
6082
COPY_VAR_ptr(
dnstap_socket_path
);
Completed in 76 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026