Searched refs:channels (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/bin/tests/system/statistics/ns1/
H A Dnamed.conf23 statistics-channels {
/bind-9.11.3/bin/tests/system/statistics/ns2/
H A Dnamed.conf25 statistics-channels {
/bind-9.11.3/bin/tests/system/statschannel/ns2/
H A Dnamed.conf24 statistics-channels { inet 10.53.0.2 port 8853 allow { localhost; }; };
/bind-9.11.3/bin/tests/system/statistics/ns3/
H A Dnamed.conf26 statistics-channels {
/bind-9.11.3/bin/named/
H A Dlogconf.c284 const cfg_obj_t *channels = NULL; local
294 (void)cfg_map_get(logstmt, "channel", &channels);
295 for (element = cfg_list_first(channels);
/bind-9.11.3/lib/isc/
H A Dlog.c53 * list chains all of the channels together, so an individual channel is
56 * of named channels will be no more than a dozen or so, and name lookups
73 * channels. First the appropriate channellist is found based on the
75 * a matching module. It is expected that the number of channels
109 ISC_LIST(isc_logchannel_t) channels;
253 * Establish a new logging context, with default channels.
340 ISC_LIST_INIT(lcfg->channels);
354 * Create the default channels:
379 * which is at the head of the channels list because it was
382 default_channel.channel = ISC_LIST_HEAD(lcfg->channels);
[all...]
/bind-9.11.3/bin/tests/
H A Dnamed.conf427 * All log output goes to one or more "channels"; you can make as
456 * Here are the built-in channels:
502 * don't specify any channels for a
540 syslog_errors; // you can log to as many channels
/bind-9.11.3/lib/bind9/
H A Dcheck.c3414 const cfg_obj_t *channels = NULL; local
3447 cfg_map_get(logobj, "channel", &channels);
3449 for (element = cfg_list_first(channels);
3495 channels = cfg_tuple_get(category, "destinations");
3496 for (delement = cfg_list_first(channels);

Completed in 832 milliseconds