Searched refs:dns_resource_record_to_string (Results 1 - 10 of 10) sorted by relevance

/systemd/src/resolve/
H A Dtest-dnssec.c77 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 Dresolved-dns-zone.c477 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 Dresolved-dns-trust-anchor.c462 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 Dresolved-dns-rr.h313 const char* dns_resource_record_to_string(DnsResourceRecord *rr);
H A Dresolved-dns-answer.c799 t = dns_resource_record_to_string(rr);
H A Dresolve-tool.c412 s = dns_resource_record_to_string(rr);
H A Dresolved-dns-cache.c1051 t = dns_resource_record_to_string(j->rr);
H A Dresolved-dns-transaction.c2014 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 Dresolved-dns-dnssec.c1184 log_debug("Ignoring NSEC3 RR %s with excessive number of iterations.", dns_resource_record_to_string(nsec3));
H A Dresolved-dns-rr.c820 const char *dns_resource_record_to_string(DnsResourceRecord *rr) { function

Completed in 4045 milliseconds