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

/bind-9.6-ESV-R11/lib/isc/
H A Dlfsr.c89 unsigned int bit; local
101 for (bit = 0; bit < 7; bit++) {
/bind-9.6-ESV-R11/lib/dns/
H A Dnsec.c46 set_bit(unsigned char *array, unsigned int index, unsigned int bit) { argument
52 if (bit != 0)
H A Dnsec3.c54 set_bit(unsigned char *array, unsigned int index, unsigned int bit) { argument
60 if (bit != 0)
159 * Work out if we need to set the RRSIG bit for
160 * this node. We set the RRSIG bit if either of
163 * the RRSIG bit as both always will be signed.
164 * 2) We set the RRSIG bit if we don't have
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dradix.h83 * have the same length and bit pattern (e.g., 127/8 and 7f::/8). To
93 isc_uint32_t bit; /* bit length of the prefix */ member in struct:isc_radix_node
109 isc_uint32_t maxbits; /* for IP, 32 bit addresses */
/bind-9.6-ESV-R11/bin/named/
H A Dupdate.c1738 unsigned int shift, bit; local
1741 bit = 1 << shift;
1743 array[index / 8] |= bit;
1778 * Preserve the status of the OPT bit in the origin's NSEC record.
2428 * The RRSIG bit should always be set in the NSECs
2432 * created yet, the correctness of the bit mask relies
3624 * Check Requestor's Permissions. It seems a bit silly to do this

Completed in 1722 milliseconds