Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-synthesize.h10 DnsProtocol dns_synthesize_protocol(uint64_t flags);
Dresolved-dns-query.c664 q->answer_protocol = dns_synthesize_protocol(q->flags); in dns_query_synthesize_reply()
678 q->answer_protocol = dns_synthesize_protocol(q->flags); in dns_query_synthesize_reply()
710 q->answer_protocol = dns_synthesize_protocol(q->flags); in dns_query_try_etc_hosts()
Dresolved-dns-synthesize.c41 DnsProtocol dns_synthesize_protocol(uint64_t flags) { in dns_synthesize_protocol() function
Dresolved-varlink.c272 …ON_BUILD_PAIR("flags", JSON_BUILD_INTEGER(SD_RESOLVED_FLAGS_MAKE(dns_synthesize_protocol(p->flags)… in parse_as_address()
Dresolved-bus.c439 … SD_RESOLVED_FLAGS_MAKE(dns_synthesize_protocol(flags), ff, true, true) | in parse_as_address()