Lines Matching refs:OPTOUT
53 #define OPTOUT(x) (((x)&DNS_NSEC3FLAG_OPTOUT) != 0)
642 } else if (CREATE(nsec3param->flags) && OPTOUT(flags)) {
689 * If we have OPTOUT set in the previous NSEC3 record
693 if (OPTOUT(nsec3.flags)) {
704 if (OPTOUT(nsec3.flags) && unsecure) {
1902 bool *optout, bool *unknown, bool *setclosest,
2179 if (optout != NULL) {
2180 *optout = ((nsec3.flags &
2183 (*optout ? "NSEC3 indicates optout"