Searched refs:wouldlog (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drrl.h264 bool wouldlog, char *log_buf, unsigned int log_buf_len);
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Drrl.h263 bool wouldlog, char *log_buf, unsigned int log_buf_len);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c1055 bool wouldlog, char *log_buf, unsigned int log_buf_len) {
1251 if (!wouldlog) {
1263 if (wouldlog) {
1052 dns_rrl(dns_view_t *view, dns_zone_t *zone, const isc_sockaddr_t *client_addr, bool is_tcp, dns_rdataclass_t qclass, dns_rdatatype_t qtype, const dns_name_t *qname, isc_result_t resp_result, isc_stdtime_t now, bool wouldlog, char *log_buf, unsigned int log_buf_len) argument
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drrl.c1055 bool wouldlog, char *log_buf, unsigned int log_buf_len) {
1251 if (!wouldlog) {
1263 if (wouldlog) {
1052 dns_rrl(dns_view_t *view, dns_zone_t *zone, const isc_sockaddr_t *client_addr, bool is_tcp, dns_rdataclass_t qclass, dns_rdatatype_t qtype, const dns_name_t *qname, isc_result_t resp_result, isc_stdtime_t now, bool wouldlog, char *log_buf, unsigned int log_buf_len) argument
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dclient.c842 bool wouldlog; local
852 wouldlog = isc_log_wouldlog(ns_lctx, loglevel);
856 client->now, wouldlog, log_buf,
865 if (wouldlog) {
H A Dquery.c7162 bool wouldlog; local
7171 wouldlog = isc_log_wouldlog(ns_lctx, DNS_RRL_LOG_DROP);
7228 wouldlog, log_buf, sizeof(log_buf));
7240 if (wouldlog) {

Completed in 231 milliseconds