Home
last modified time | relevance | path

Searched refs:SD_RESOLVED_DNS (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/resolve/
Dresolved-def.h9 #define SD_RESOLVED_DNS (UINT64_C(1) << 0) macro
75 #define SD_RESOLVED_PROTOCOLS_ALL (SD_RESOLVED_MDNS|SD_RESOLVED_LLMNR|SD_RESOLVED_DNS)
Dresolved-dns-synthesize.c31 if (!(flags & SD_RESOLVED_DNS)) { in dns_synthesize_family()
49 if (flags & SD_RESOLVED_DNS) in dns_synthesize_protocol()
Dresolved-dns-packet.h312 return f|SD_RESOLVED_DNS; in SD_RESOLVED_FLAGS_MAKE()
Dresolvectl.c164 flags & SD_RESOLVED_DNS ? " DNS" :"", in print_source()
1664 link_info.scopes_mask & SD_RESOLVED_DNS ? "DNS " : "", in status_ifindex()
2820 arg_flags |= SD_RESOLVED_DNS; in compat_parse_argv()
3114 arg_flags |= SD_RESOLVED_DNS; in native_parse_argv()
Dresolved-link-bus.c204 mask = (l->unicast_scope ? SD_RESOLVED_DNS : 0) | in property_get_scopes_mask()
Dresolved-dns-stub.c951 … protocol_flags = SD_RESOLVED_DNS|SD_RESOLVED_NO_ZONE; /* Turn off mDNS/LLMNR for proxy stub. */ in dns_stub_process_query()