Searched refs:dns_packet_ref (Results 1 – 8 of 8) sorted by relevance
387 DNS_PACKET_REPLACE(i->full_packet, dns_packet_ref(full_packet)); in dns_cache_item_update_positive()481 .full_packet = dns_packet_ref(full_packet), in dns_cache_put_positive()580 .full_packet = dns_packet_ref(full_packet), in dns_cache_put_negative()1104 full_packet = dns_packet_ref(j->full_packet); in dns_cache_lookup()
512 .question_bypass = dns_packet_ref(question_bypass), in dns_query_new()860 DNS_PACKET_REPLACE(q->answer_full_packet, dns_packet_ref(t->received)); in dns_query_accept()901 DNS_PACKET_REPLACE(q->answer_full_packet, dns_packet_ref(t->received)); in dns_query_accept()
204 assert_se(received_packets[n_received_packets++] = dns_packet_ref(p)); in on_stream_packet()
199 DnsPacket *dns_packet_ref(DnsPacket *p);
582 dns_packet_ref(p); in dns_stream_write_packet()
977 q->request_packet = dns_packet_ref(p); in dns_stub_process_query()
281 .bypass = dns_packet_ref(bypass), in dns_transaction_new()1101 DNS_PACKET_REPLACE(t->received, dns_packet_ref(p)); in dns_transaction_process_reply()
198 DnsPacket *dns_packet_ref(DnsPacket *p) { in dns_packet_ref() function