Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-cache.c971 DnsPacket **ret_full_packet, in dns_cache_lookup() argument
1116 if (ret_full_packet) in dns_cache_lookup()
1117 *ret_full_packet = TAKE_PTR(full_packet); in dns_cache_lookup()
1141 if (ret_full_packet) in dns_cache_lookup()
1142 *ret_full_packet = TAKE_PTR(full_packet); in dns_cache_lookup()
1171 if (ret_full_packet) in dns_cache_lookup()
1172 *ret_full_packet = TAKE_PTR(full_packet); in dns_cache_lookup()
1189 if (ret_full_packet) in dns_cache_lookup()
1190 *ret_full_packet = TAKE_PTR(full_packet); in dns_cache_lookup()
1205 if (ret_full_packet) in dns_cache_lookup()
[all …]
Dresolved-dns-cache.h45 DnsPacket **ret_full_packet,