Home
last modified time | relevance | path

Searched refs:HB4_RCODE (Results 1 – 1 of 1) sorted by relevance

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddns-protocol.h80 #define HB4_RCODE 0x0f macro
83 #define RCODE(x) ((x)->hb4 & HB4_RCODE)
84 #define SET_RCODE(x, code) (x)->hb4 = ((x)->hb4 & ~HB4_RCODE) | code