Home
last modified time | relevance | path

Searched refs:dns_query_new (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-query.h130 int dns_query_new(Manager *m, DnsQuery **q, DnsQuestion *question_utf8, DnsQuestion *question_idna,…
Dresolved-varlink.c332 … 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()
Dresolved-bus.c520 … 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()
Dresolved-dns-stub.c958 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()
Dresolved-dns-query.c438 int dns_query_new( in dns_query_new() function