Home
last modified time | relevance | path

Searched refs:DNS_PACKET_DO (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-stub.c559 return DNS_PACKET_DO(q->request_packet) && in dns_stub_reply_with_edns0_do()
624 …(DNS_PACKET_AD(q->request_packet) || DNS_PACKET_DO(q->request_packet)) && dns_query_fully_authenti… in dns_stub_send_reply()
665 DNS_PACKET_DO(p), in dns_stub_send_failure()
666 (DNS_PACKET_AD(p) || DNS_PACKET_DO(p)) && authenticated, in dns_stub_send_failure()
952 } else if ((DNS_PACKET_DO(p) && DNS_PACKET_CD(p))) { in dns_stub_process_query()
969 (DNS_PACKET_DO(p) ? SD_RESOLVED_REQUIRE_PRIMARY : 0)| in dns_stub_process_query()
Dresolved-dns-packet.h140 static inline bool DNS_PACKET_DO(DnsPacket *p) { in DNS_PACKET_DO() function
Dresolved-dns-transaction.c1284 p->opt && !DNS_PACKET_DO(p) && in dns_transaction_process_reply()
1333 if (DNS_PACKET_DO(t->sent) && !DNS_PACKET_DO(t->received)) in dns_transaction_process_reply()