Lines Matching refs:DnsAnswer
59 static int synthesize_localhost_rr(Manager *m, const DnsResourceKey *key, int ifindex, DnsAnswer **… in synthesize_localhost_rr()
101 static int answer_add_ptr(DnsAnswer **answer, const char *from, const char *to, int ifindex, DnsAns… in answer_add_ptr()
115 static int synthesize_localhost_ptr(Manager *m, const DnsResourceKey *key, int ifindex, DnsAnswer *… in synthesize_localhost_ptr()
136 DnsAnswer **answer, in answer_add_addresses_rr()
167 DnsAnswer **answer, in answer_add_addresses_ptr()
210 …hesize_system_hostname_rr(Manager *m, const DnsResourceKey *key, int ifindex, DnsAnswer **answer) { in synthesize_system_hostname_rr()
253 …name_ptr(Manager *m, int af, const union in_addr_union *address, int ifindex, DnsAnswer **answer) { in synthesize_system_hostname_ptr()
319 DnsAnswer **answer) { in synthesize_gateway_rr()
358 …eway_ptr(Manager *m, int af, const union in_addr_union *address, int ifindex, DnsAnswer **answer) { in synthesize_gateway_ptr()
377 DnsAnswer **ret) { in dns_synthesize_answer()
379 _cleanup_(dns_answer_unrefp) DnsAnswer *answer = NULL; in dns_synthesize_answer()