Searched defs:bit (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | lfsr.c | 80 unsigned int bit; local 92 for (bit = 0; bit < 7; bit++) {
|
/bind-9.11.3/lib/dns/ |
H A D | nsec.c | 37 dns_nsec_setbit(unsigned char *array, unsigned int type, unsigned int bit) { argument 43 if (bit != 0)
|
H A D | rpz.c | 97 * Get bit #n from the array of words of an IP address. 253 * Return the bit number of the highest set bit in 'zbit'. 290 * Make a set of bit masks given one or more bits and their type. 498 * This bit arithmetic creates a mask of zones in which 515 * Locate the least significant 0 bit in the mask (for 521 * Also set the bit for zone 0, because if it's in 666 * 16-bit 0 fields are equal (e.g., 1.0.0.1.0.0.db8.2001 corresponding 995 * bit. 999 unsigned int bit; local 1038 dns_rpz_prefix_t maxbit, bit; local [all...] |
/bind-9.11.3/lib/isc/include/isc/ |
H A D | radix.h | 77 * have the same length and bit pattern (e.g., 127/8 and 7f::/8). Also, 97 isc_uint32_t bit; /* bit length of the prefix */ member in struct:isc_radix_node 113 isc_uint32_t maxbits; /* for IP, 32 bit addresses */
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | dnsperf.c | 447 "set the DNSSEC OK bit (implies EDNS)", NULL, 771 bit_set(unsigned char *bits, unsigned int bit) argument 775 shift = 7 - (bit % 8); 778 bits[bit / 8] |= mask; 782 bit_check(unsigned char *bits, unsigned int bit) argument 786 shift = 7 - (bit % 8); 788 if ((bits[bit / 8] >> shift) & 0x01)
|
Completed in 19 milliseconds