Searched refs:dns_resource_record_to_string (Results 1 - 10 of 10) sorted by relevance
/systemd/src/resolve/ |
H A D | test-dnssec.c | 77 log_info("NSEC: %s", strna(dns_resource_record_to_string(nsec))); 95 log_info("RRSIG: %s", strna(dns_resource_record_to_string(rrsig))); 107 log_info("DNSKEY: %s", strna(dns_resource_record_to_string(dnskey))); 156 log_info("A: %s", strna(dns_resource_record_to_string(a))); 174 log_info("RRSIG: %s", strna(dns_resource_record_to_string(rrsig))); 186 log_info("DNSKEY: %s", strna(dns_resource_record_to_string(dnskey))); 244 log_info("DS1: %s", strna(dns_resource_record_to_string(ds1))); 256 log_info("DS2: %s", strna(dns_resource_record_to_string(ds2))); 268 log_info("DNSKEY: %s", strna(dns_resource_record_to_string(dnskey))); 317 log_info("NSEC3: %s", strna(dns_resource_record_to_string(r [all...] |
H A D | resolved-dns-zone.c | 477 log_info("Detected conflict on %s", strna(dns_resource_record_to_string(i->rr))); 526 log_debug("Record %s successfully probed.", strna(dns_resource_record_to_string(i->rr))); 540 log_debug("Verifying RR %s", strna(dns_resource_record_to_string(i->rr))); 638 t = dns_resource_record_to_string(j->rr);
|
H A D | resolved-dns-trust-anchor.c | 462 log_info("%s", dns_resource_record_to_string(rr)); 595 LOG_MESSAGE("DNSSEC Trust anchor %s has been revoked. Please update the trust anchor, or upgrade your operating system."), strna(dns_resource_record_to_string(rr)), 596 "TRUST_ANCHOR=%s", dns_resource_record_to_string(rr),
|
H A D | resolved-dns-rr.h | 313 const char* dns_resource_record_to_string(DnsResourceRecord *rr);
|
H A D | resolved-dns-answer.c | 799 t = dns_resource_record_to_string(rr);
|
H A D | resolve-tool.c | 412 s = dns_resource_record_to_string(rr);
|
H A D | resolved-dns-cache.c | 1051 t = dns_resource_record_to_string(j->rr);
|
H A D | resolved-dns-transaction.c | 2014 log_debug("Requesting SOA to validate transaction %" PRIu16 " (%s, unsigned non-SOA/NS RRset <%s>).", t->id, DNS_RESOURCE_KEY_NAME(rr->key), dns_resource_record_to_string(rr)); 2654 log_debug("Looking at %s: %s", strna(dns_resource_record_to_string(rr)), dnssec_result_to_string(result));
|
H A D | resolved-dns-dnssec.c | 1184 log_debug("Ignoring NSEC3 RR %s with excessive number of iterations.", dns_resource_record_to_string(nsec3));
|
H A D | resolved-dns-rr.c | 820 const char *dns_resource_record_to_string(DnsResourceRecord *rr) { function
|
Completed in 4045 milliseconds