Searched refs:dns_query_new (Results 1 - 3 of 3) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-query.h | 117 int dns_query_new(Manager *m, DnsQuery **q, DnsQuestion *question_utf8, DnsQuestion *question_idna, int family, uint64_t flags);
|
H A D | resolved-bus.c | 275 r = dns_query_new(m, &q, question_utf8, question_idna, ifindex, flags); 415 r = dns_query_new(m, &q, question, question, ifindex, flags|SD_RESOLVED_NO_SEARCH); 586 r = dns_query_new(m, &q, question, question, ifindex, flags|SD_RESOLVED_NO_SEARCH); 932 r = dns_query_new(q->manager, &aux, question, question, ifindex, q->flags|SD_RESOLVED_NO_SEARCH); 1100 r = dns_query_new(m, &q, question_utf8, question_idna, ifindex, flags|SD_RESOLVED_NO_SEARCH);
|
H A D | resolved-dns-query.c | 413 int dns_query_new( function
|
Completed in 1350 milliseconds