Home
last modified time | relevance | path

Searched refs:dns_resource_record_to_string (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/resolve/
Dtest-dnssec.c60 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 …]
Dtest-dns-packet.c29 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()
Dresolved-dns-zone.c490 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()
Dresolved-dns-trust-anchor.c480 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()
Dresolved-dns-rr.h345 const char* dns_resource_record_to_string(DnsResourceRecord *rr);
Dresolved-dns-answer.c727 t = dns_resource_record_to_string(item->rr); in dns_answer_dump()
Dresolved-dns-cache.c1313 t = dns_resource_record_to_string(j->rr); in dns_cache_dump()
Dresolved-dns-transaction.c2545 … 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()
Dresolved-dns-dnssec.c1502 dns_resource_record_to_string(nsec3)); in dnssec_nsec3_hash()
Dresolved-dns-rr.c817 const char *dns_resource_record_to_string(DnsResourceRecord *rr) { in dns_resource_record_to_string() function
Dresolvectl.c427 s = dns_resource_record_to_string(rr); in output_rr_packet()