Searched defs:DnsQueryCandidate (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-query.h27 typedef struct DnsQueryCandidate DnsQueryCandidate; typedef in typeref:struct:DnsQueryCandidate
35 struct DnsQueryCandidate { struct
44 LIST_FIELDS(DnsQueryCandidate, candidates_by_query);
45 LIST_FIELDS(DnsQueryCandidate, candidates_by_scope);
77 LIST_HEAD(DnsQueryCandidate, candidates);
114 DnsQueryCandidate* dns_query_candidate_free(DnsQueryCandidate *c);
115 void dns_query_candidate_notify(DnsQueryCandidate *c);

Completed in 294 milliseconds