Searched refs:ret_full_packet (Results 1 – 2 of 2) sorted by relevance
971 DnsPacket **ret_full_packet, in dns_cache_lookup() argument1116 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 …]
45 DnsPacket **ret_full_packet,