Home
last modified time | relevance | path

Searched refs:dns_synthesize_family (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-synthesize.h9 int dns_synthesize_family(uint64_t flags);
Dresolved-dns-query.c665 q->answer_family = dns_synthesize_family(q->flags); in dns_query_synthesize_reply()
679 q->answer_family = dns_synthesize_family(q->flags); in dns_query_synthesize_reply()
711 q->answer_family = dns_synthesize_family(q->flags); in dns_query_try_etc_hosts()
Dresolved-dns-synthesize.c23 int dns_synthesize_family(uint64_t flags) { in dns_synthesize_family() function