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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drpz.c84 typedef isc_uint32_t dns_rpz_cidr_word_t; typedef
85 #define DNS_RPZ_CIDR_WORD_BITS ((int)sizeof(dns_rpz_cidr_word_t)*8)
89 dns_rpz_cidr_word_t w[DNS_RPZ_CIDR_WORDS];
95 ((b) == 0 ? (dns_rpz_cidr_word_t)(-1) \
96 : ((dns_rpz_cidr_word_t)(-1) \
677 dns_rpz_cidr_word_t aword;
708 ffbit(dns_rpz_cidr_word_t w) {
740 dns_rpz_cidr_word_t delta;

Completed in 202 milliseconds