Searched refs:dns_query_new (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-query.h | 130 int dns_query_new(Manager *m, DnsQuery **q, DnsQuestion *question_utf8, DnsQuestion *question_idna,…
|
D | resolved-varlink.c | 332 … r = dns_query_new(m, &q, question_utf8, question_idna ?: question_utf8, NULL, p.ifindex, p.flags); in vl_method_resolve_hostname() 500 … r = dns_query_new(m, &q, question, question, NULL, p.ifindex, p.flags|SD_RESOLVED_NO_SEARCH); in vl_method_resolve_address()
|
D | resolved-bus.c | 520 … r = dns_query_new(m, &q, question_utf8, question_idna ?: question_utf8, NULL, ifindex, flags); in bus_method_resolve_hostname() 664 r = dns_query_new(m, &q, question, question, NULL, ifindex, flags|SD_RESOLVED_NO_SEARCH); in bus_method_resolve_address() 844 …r = dns_query_new(m, &q, question, question, NULL, ifindex, flags|SD_RESOLVED_NO_SEARCH|SD_RESOLVE… in bus_method_resolve_record() 1202 …r = dns_query_new(q->manager, &aux, question, question, NULL, ifindex, q->flags|SD_RESOLVED_NO_SEA… in resolve_service_hostname() 1367 …r = dns_query_new(m, &q, question_utf8, question_idna, NULL, ifindex, flags|SD_RESOLVED_NO_SEARCH); in bus_method_resolve_service()
|
D | resolved-dns-stub.c | 958 r = dns_query_new(m, &q, NULL, NULL, p, 0, in dns_stub_process_query() 966 r = dns_query_new(m, &q, p->question, p->question, NULL, 0, in dns_stub_process_query()
|
D | resolved-dns-query.c | 438 int dns_query_new( in dns_query_new() function
|