Lines Matching defs:OPTOUT
98 #define OPTOUT(x) (((x) & DNS_NSEC3FLAG_OPTOUT) != 0)
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(nsec3flags))