Searched refs:SD_RESOLVED_PROTOCOLS_ALL (Results 1 - 2 of 2) sorted by relevance

/systemd/src/resolve/
H A Dresolved-def.h38 #define SD_RESOLVED_PROTOCOLS_ALL (SD_RESOLVED_MDNS|SD_RESOLVED_LLMNR|SD_RESOLVED_DNS) macro
H A Dresolved-bus.c227 if (*flags & ~(SD_RESOLVED_PROTOCOLS_ALL|SD_RESOLVED_NO_CNAME|ok))
230 if ((*flags & SD_RESOLVED_PROTOCOLS_ALL) == 0) /* If no protocol is enabled, enable all */
231 *flags |= SD_RESOLVED_PROTOCOLS_ALL;

Completed in 251 milliseconds