Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-def.h13 #define SD_RESOLVED_MDNS_IPV6 (UINT64_C(1) << 4) macro
74 #define SD_RESOLVED_MDNS (SD_RESOLVED_MDNS_IPV4|SD_RESOLVED_MDNS_IPV6)
Dresolved-dns-packet.h318 return f|(family == AF_INET6 ? SD_RESOLVED_MDNS_IPV6 : SD_RESOLVED_MDNS_IPV4); in SD_RESOLVED_FLAGS_MAKE()
Dresolved-dns-synthesize.c34 if (flags & (SD_RESOLVED_LLMNR_IPV6|SD_RESOLVED_MDNS_IPV6)) in dns_synthesize_family()
Dresolvectl.c168 flags & SD_RESOLVED_MDNS_IPV6 ? " mDNS/IPv6" : ""); in print_source()
1668 link_info.scopes_mask & SD_RESOLVED_MDNS_IPV6 ? "mDNS/IPv6 " : "") < 0) in status_ifindex()
2832 arg_flags |= SD_RESOLVED_MDNS_IPV6; in compat_parse_argv()
3126 arg_flags |= SD_RESOLVED_MDNS_IPV6; in native_parse_argv()
Dresolved-link-bus.c208 (l->mdns_ipv6_scope ? SD_RESOLVED_MDNS_IPV6 : 0); in property_get_scopes_mask()