Searched refs:SD_RESOLVED_PROTOCOLS_ALL (Results 1 – 4 of 4) sorted by relevance
75 #define SD_RESOLVED_PROTOCOLS_ALL (SD_RESOLVED_MDNS|SD_RESOLVED_LLMNR|SD_RESOLVED_DNS) macro
123 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()
361 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()
873 uint64_t protocol_flags = SD_RESOLVED_PROTOCOLS_ALL; in dns_stub_process_query()