Searched refs:dns_resource_record_to_string (Results 1 – 11 of 11) sorted by relevance
/systemd-251/src/resolve/ |
D | test-dnssec.c | 60 log_info("DS1: %s", strna(dns_resource_record_to_string(ds1))); in TEST() 72 log_info("DS2: %s", strna(dns_resource_record_to_string(ds2))); in TEST() 84 log_info("DNSKEY: %s", strna(dns_resource_record_to_string(dnskey))); in TEST() 126 log_info("DNSKEY: %s", strna(dns_resource_record_to_string(dnskey))); in TEST() 138 log_info("DS: %s", strna(dns_resource_record_to_string(ds))); in TEST() 147 log_info("MX: %s", strna(dns_resource_record_to_string(mx))); in TEST() 165 log_info("RRSIG: %s", strna(dns_resource_record_to_string(rrsig))); in TEST() 218 log_info("DNSKEY: %s", strna(dns_resource_record_to_string(dnskey))); in TEST() 230 log_info("DS: %s", strna(dns_resource_record_to_string(ds))); in TEST() 239 log_info("MX: %s", strna(dns_resource_record_to_string(mx))); in TEST() [all …]
|
D | test-dns-packet.c | 29 assert_se(a = dns_resource_record_to_string(rr)); in verify_rr_copy() 30 assert_se(b = dns_resource_record_to_string(copy)); in verify_rr_copy() 70 s = dns_resource_record_to_string(rr); in test_packet_from_file() 84 s2 = dns_resource_record_to_string(rr); in test_packet_from_file()
|
D | resolved-dns-zone.c | 490 log_info("Detected conflict on %s", strna(dns_resource_record_to_string(i->rr))); in dns_zone_item_conflict() 543 log_debug("Record %s successfully probed.", strna(dns_resource_record_to_string(i->rr))); in dns_zone_item_notify() 557 log_debug("Verifying RR %s", strna(dns_resource_record_to_string(i->rr))); in dns_zone_item_verify() 652 t = dns_resource_record_to_string(j->rr); in dns_zone_dump()
|
D | resolved-dns-trust-anchor.c | 480 log_info("%s", dns_resource_record_to_string(rr)); in dns_trust_anchor_dump() 626 strna(dns_resource_record_to_string(rr))), in dns_trust_anchor_remove_revoked() 627 "TRUST_ANCHOR=%s", dns_resource_record_to_string(rr)); in dns_trust_anchor_remove_revoked()
|
D | resolved-dns-rr.h | 345 const char* dns_resource_record_to_string(DnsResourceRecord *rr);
|
D | resolved-dns-answer.c | 727 t = dns_resource_record_to_string(item->rr); in dns_answer_dump()
|
D | resolved-dns-cache.c | 1313 t = dns_resource_record_to_string(j->rr); in dns_cache_dump()
|
D | resolved-dns-transaction.c | 2545 … t->id, dns_resource_key_name(rr->key), dns_resource_record_to_string(rr)); in dns_transaction_request_dnssec_keys() 3139 …log_debug("Looking at %s: %s", strna(dns_resource_record_to_string(rr)), dnssec_result_to_string(r… in dnssec_validate_records()
|
D | resolved-dns-dnssec.c | 1502 dns_resource_record_to_string(nsec3)); in dnssec_nsec3_hash()
|
D | resolved-dns-rr.c | 817 const char *dns_resource_record_to_string(DnsResourceRecord *rr) { in dns_resource_record_to_string() function
|
D | resolvectl.c | 427 s = dns_resource_record_to_string(rr); in output_rr_packet()
|