Home
last modified time | relevance | path

Searched refs:SD_RESOLVED_PROTOCOLS_ALL (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/resolve/
Dresolved-def.h75 #define SD_RESOLVED_PROTOCOLS_ALL (SD_RESOLVED_MDNS|SD_RESOLVED_LLMNR|SD_RESOLVED_DNS) macro
Dresolved-varlink.c123 if (*flags & ~(SD_RESOLVED_PROTOCOLS_ALL| in validate_and_mangle_flags()
134 if ((*flags & SD_RESOLVED_PROTOCOLS_ALL) == 0) /* If no protocol is enabled, enable all */ in validate_and_mangle_flags()
135 *flags |= SD_RESOLVED_PROTOCOLS_ALL; in validate_and_mangle_flags()
Dresolved-bus.c361 if (*flags & ~(SD_RESOLVED_PROTOCOLS_ALL| in validate_and_mangle_flags()
372 if ((*flags & SD_RESOLVED_PROTOCOLS_ALL) == 0) /* If no protocol is enabled, enable all */ in validate_and_mangle_flags()
373 *flags |= SD_RESOLVED_PROTOCOLS_ALL; in validate_and_mangle_flags()
Dresolved-dns-stub.c873 uint64_t protocol_flags = SD_RESOLVED_PROTOCOLS_ALL; in dns_stub_process_query()