Home
last modified time | relevance | path

Searched refs:dns_resource_record_to_wire_format (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/resolve/
Dresolved-mdns.c73 r = dns_resource_record_to_wire_format(x, false); in mdns_rr_compare()
79 r = dns_resource_record_to_wire_format(y, false); in mdns_rr_compare()
Dtest-dns-packet.c76 assert_se(dns_resource_record_to_wire_format(rr, canonical) >= 0); in test_packet_from_file()
Dresolved-dns-rr.h349 int dns_resource_record_to_wire_format(DnsResourceRecord *rr, bool canonical);
Dresolved-bus.c702 r = dns_resource_record_to_wire_format(rr, false); in bus_message_append_rr()
Dresolved-dns-dnssec.c1081 r = dns_resource_record_to_wire_format(rr, true); in dnssec_verify_rrset()
Dresolved-dns-rr.c1202 int dns_resource_record_to_wire_format(DnsResourceRecord *rr, bool canonical) { in dns_resource_record_to_wire_format() function