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

/bind-9.11.3/lib/dns/
H A Drpz.c80 typedef isc_uint32_t dns_rpz_cidr_word_t; typedef
81 #define DNS_RPZ_CIDR_WORD_BITS ((int)sizeof(dns_rpz_cidr_word_t)*8)
85 dns_rpz_cidr_word_t w[DNS_RPZ_CIDR_WORDS];
92 #define DNS_RPZ_WORD_MASK(b) ((b) == 0 ? (dns_rpz_cidr_word_t)(-1) \
93 : ((dns_rpz_cidr_word_t)(-1) \
908 dns_rpz_cidr_word_t aword;
998 clz(dns_rpz_cidr_word_t w) {
1037 dns_rpz_cidr_word_t delta;

Completed in 17 milliseconds