Home
last modified time | relevance | path

Searched defs:DNS_HEADER_SET_AA (Results 1 - 2 of 2) sorted by relevance

/third_party/cares/include/
H A Dares_dns.h81 #define DNS_HEADER_SET_AA(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 2)) macro
/third_party/node/deps/cares/include/
H A Dares_dns.h96 #define DNS_HEADER_SET_AA(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 2)) macro

Completed in 2 milliseconds