Lines Matching refs:UINT64_C
9 #define SD_RESOLVED_DNS (UINT64_C(1) << 0)
10 #define SD_RESOLVED_LLMNR_IPV4 (UINT64_C(1) << 1)
11 #define SD_RESOLVED_LLMNR_IPV6 (UINT64_C(1) << 2)
12 #define SD_RESOLVED_MDNS_IPV4 (UINT64_C(1) << 3)
13 #define SD_RESOLVED_MDNS_IPV6 (UINT64_C(1) << 4)
16 #define SD_RESOLVED_NO_CNAME (UINT64_C(1) << 5)
19 #define SD_RESOLVED_NO_TXT (UINT64_C(1) << 6)
22 #define SD_RESOLVED_NO_ADDRESS (UINT64_C(1) << 7)
25 #define SD_RESOLVED_NO_SEARCH (UINT64_C(1) << 8)
28 #define SD_RESOLVED_AUTHENTICATED (UINT64_C(1) << 9)
31 #define SD_RESOLVED_NO_VALIDATE (UINT64_C(1) << 10)
34 #define SD_RESOLVED_NO_SYNTHESIZE (UINT64_C(1) << 11)
37 #define SD_RESOLVED_NO_CACHE (UINT64_C(1) << 12)
40 #define SD_RESOLVED_NO_ZONE (UINT64_C(1) << 13)
43 #define SD_RESOLVED_NO_TRUST_ANCHOR (UINT64_C(1) << 14)
46 #define SD_RESOLVED_NO_NETWORK (UINT64_C(1) << 15)
50 #define SD_RESOLVED_REQUIRE_PRIMARY (UINT64_C(1) << 16)
53 #define SD_RESOLVED_CLAMP_TTL (UINT64_C(1) << 17)
56 #define SD_RESOLVED_CONFIDENTIAL (UINT64_C(1) << 18)
59 #define SD_RESOLVED_SYNTHETIC (UINT64_C(1) << 19)
62 #define SD_RESOLVED_FROM_CACHE (UINT64_C(1) << 20)
65 #define SD_RESOLVED_FROM_ZONE (UINT64_C(1) << 21)
68 #define SD_RESOLVED_FROM_TRUST_ANCHOR (UINT64_C(1) << 22)
71 #define SD_RESOLVED_FROM_NETWORK (UINT64_C(1) << 23)