Lines Matching refs:received
27 t->received = dns_packet_unref(t->received); in dns_transaction_reset_answer()
76 if (use_graveyard && t->dns_udp_fd >= 0 && t->sent && !t->received) { in dns_transaction_close_connection()
721 if (t->received) in dns_transaction_emit_tcp()
722 …fd = dns_scope_socket_tcp(t->scope, t->received->family, &t->received->sender, NULL, t->received->… in dns_transaction_emit_tcp()
817 in_addr_is_localhost(t->received->family, &t->received->sender) != 0) in dns_transaction_cache_answer()
825 … DNS_PACKET_CD(t->received) ? t->received : NULL, /* only cache full packets with CD on, in dns_transaction_cache_answer()
832 t->received->family, in dns_transaction_cache_answer()
833 &t->received->sender); in dns_transaction_cache_answer()
1100 if (t->received != p) in dns_transaction_process_reply()
1101 DNS_PACKET_REPLACE(t->received, dns_packet_ref(p)); in dns_transaction_process_reply()
1333 if (DNS_PACKET_DO(t->sent) && !DNS_PACKET_DO(t->received)) in dns_transaction_process_reply()
1726 &t->received, in dns_transaction_prepare()
1734 if (t->bypass && t->scope->protocol == DNS_PROTOCOL_DNS && !t->received) in dns_transaction_prepare()