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

/systemd/src/resolve/
H A Dresolved-dns-answer.h22 typedef struct DnsAnswer DnsAnswer; typedef in typeref:struct:DnsAnswer
33 * Note that we usually encode the the empty DnsAnswer object as a simple NULL. */
47 struct DnsAnswer { struct
53 DnsAnswer *dns_answer_new(unsigned n);
54 DnsAnswer *dns_answer_ref(DnsAnswer *a);
55 DnsAnswer *dns_answer_unref(DnsAnswer *a);
57 int dns_answer_add(DnsAnswer *
[all...]

Completed in 11 milliseconds