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

/bind-9.11.3/lib/dns/
H A Dnsec3.c45 #define OPTOUT(x) (((x) & DNS_NSEC3FLAG_OPTOUT) != 0) macro
601 else if (CREATE(nsec3param->flags) && OPTOUT(flags)) {
645 * If we have OPTOUT set in the previous NSEC3 record
649 if (OPTOUT(nsec3.flags)) {
660 if (OPTOUT(nsec3.flags) && unsecure) {
H A Dmessage.c91 #define OPTOUT(x) (((x)->attributes & DNS_RDATASETATTR_OPTOUT) != 0) macro
2109 if (OPTOUT(rdataset))
2179 if (OPTOUT(rdataset))
H A Drbtdb.c543 #define OPTOUT(header) \ macro
3308 if (OPTOUT(header))
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c98 #define OPTOUT(x) (((x) & DNS_NSEC3FLAG_OPTOUT) != 0) macro
1495 if (!OPTOUT(nsec3flags) ||
2278 if (OPTOUT(nsec3flags) &&
2406 if (OPTOUT(nsec3flags) &&
2746 * Find an NSEC3 record to get the current OPTOUT value.
2774 fatal("An NSEC3 chain exists with%s OPTOUT. "
2776 OPTOUT(nsec3.flags) ? "" : "out",
2777 OPTOUT(nsec3.flags) ? "AA" : "A",
2778 OPTOUT(nsec3.flags) ? "clear" : "set");
3202 if (OPTOUT(nsec3flag
[all...]

Completed in 45 milliseconds