Searched defs:DnsQuery (Results 1 – 1 of 1) sorted by relevance
10 typedef struct DnsQuery DnsQuery; typedef33 struct DnsQuery { struct43 … * name. This is used for A+AAAA and TXT+SRV lookups: we'll allocate a single DnsQuery object for argument62 DnsQuery *auxiliary_for; argument66 sd_event_source *timeout_event_source;69 DnsAnswer *answer;70 int answer_rcode;71 DnssecResult answer_dnssec_result;72 uint64_t answer_query_flags;73 DnsProtocol answer_protocol;[all …]