Searched refs:OPTOUT (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dnsec3.c53 #define OPTOUT(x) (((x)&DNS_NSEC3FLAG_OPTOUT) != 0) macro
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) {
H A Dmessage.c106 #define OPTOUT(x) (((x)->attributes & DNS_RDATASETATTR_OPTOUT) != 0) macro
2262 if (OPTOUT(rdataset)) {
H A Drbtdb.c317 #define OPTOUT(header) \ macro
3205 if (OPTOUT(header)) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dnsec3.c53 #define OPTOUT(x) (((x) & DNS_NSEC3FLAG_OPTOUT) != 0) macro
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) {
H A Dmessage.c107 #define OPTOUT(x) (((x)->attributes & DNS_RDATASETATTR_OPTOUT) != 0) macro
2288 if (OPTOUT(rdataset)) {
H A Drbtdb.c278 #define OPTOUT(header) \ macro
3113 if (OPTOUT(header)) {
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c104 #define OPTOUT(x) (((x) & DNS_NSEC3FLAG_OPTOUT) != 0) macro
1667 if (!OPTOUT(nsec3flags) ||
2462 if (OPTOUT(nsec3flags) &&
2601 if (OPTOUT(nsec3flags) &&
3026 * Find an NSEC3 record to get the current OPTOUT value.
3055 fatal("An NSEC3 chain exists with%s OPTOUT. "
3057 OPTOUT(nsec3.flags) ? "" : "out",
3058 OPTOUT(nsec3.flags) ? "AA" : "A",
3059 OPTOUT(nsec3.flags) ? "clear" : "set");
3446 if (OPTOUT(nsec3flag
[all...]

Completed in 270 milliseconds