Home
last modified time | relevance | path

Searched refs:full_packet (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-cache.c43 DnsPacket *full_packet; /* The full packet this information was acquired with */ member
93 dns_packet_unref(i->full_packet); in dns_cache_item_free()
358 DnsPacket *full_packet, in dns_cache_item_update_positive() argument
387 DNS_PACKET_REPLACE(i->full_packet, dns_packet_ref(full_packet)); in dns_cache_item_update_positive()
406 DnsPacket *full_packet, in dns_cache_put_positive() argument
453 full_packet, in dns_cache_put_positive()
481 .full_packet = dns_packet_ref(full_packet), in dns_cache_put_positive()
521 DnsPacket *full_packet, in dns_cache_put_negative() argument
580 .full_packet = dns_packet_ref(full_packet), in dns_cache_put_negative()
678 DnsPacket *full_packet, in dns_cache_put() argument
[all …]
Dresolved-dns-cache.h32 DnsPacket *full_packet,