Searched refs:SD_RESOLVED_DNS (Results 1 - 5 of 5) sorted by relevance

/systemd/src/resolve/
H A Dresolved-def.h24 #define SD_RESOLVED_DNS (UINT64_C(1) << 0) macro
38 #define SD_RESOLVED_PROTOCOLS_ALL (SD_RESOLVED_MDNS|SD_RESOLVED_LLMNR|SD_RESOLVED_DNS)
H A Dresolved-dns-synthesize.c47 if (!(flags & SD_RESOLVED_DNS)) {
65 if (flags & SD_RESOLVED_DNS)
H A Dresolved-dns-packet.h259 return f|SD_RESOLVED_DNS;
H A Dresolved-link-bus.c104 mask = (l->unicast_scope ? SD_RESOLVED_DNS : 0) |
H A Dresolve-tool.c66 flags & SD_RESOLVED_DNS ? " DNS" :"",
1072 arg_flags |= SD_RESOLVED_DNS;

Completed in 18 milliseconds