HomeSort by: relevance | last modified time | path
    Searched refs:OPTOUT (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
nsec3.c 46 #define OPTOUT(x) (((x) & DNS_NSEC3FLAG_OPTOUT) != 0)
644 } else if (CREATE(nsec3param->flags) && OPTOUT(flags)) {
690 * If we have OPTOUT set in the previous NSEC3 record
694 if (OPTOUT(nsec3.flags)) {
705 if (OPTOUT(nsec3.flags) && unsecure) {
1887 bool *optout, bool *unknown, bool *setclosest,
2164 if (optout != NULL) {
2165 *optout = ((nsec3.flags &
2168 *optout ? "NSEC3 indicates optout"
    [all...]
qpcache.c 84 #define OPTOUT(header) \
1112 if (OPTOUT(header)) {
rbtdb.c 90 #define OPTOUT(header) \
2176 if (OPTOUT(header)) {
message.c 120 #define OPTOUT(x) (((x)->attributes & DNS_RDATASETATTR_OPTOUT) != 0)
2192 if (OPTOUT(rdataset)) {
qpzone.c 80 #define OPTOUT(header) \
934 if (OPTOUT(header)) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
nsec3.c 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"
    [all...]
message.c 106 #define OPTOUT(x) (((x)->attributes & DNS_RDATASETATTR_OPTOUT) != 0)
2262 if (OPTOUT(rdataset)) {
rbtdb.c 317 #define OPTOUT(header) \
3205 if (OPTOUT(header)) {
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 112 #define OPTOUT(x) (((x) & DNS_NSEC3FLAG_OPTOUT) != 0)
1652 if (!OPTOUT(nsec3flags) ||
2395 if (OPTOUT(nsec3flags) &&
2534 if (OPTOUT(nsec3flags) &&
3038 * Find an NSEC3 record to get the current OPTOUT value.
3067 fatal("An NSEC3 chain exists with%s OPTOUT. "
3069 OPTOUT(nsec3.flags) ? "" : "out",
3070 OPTOUT(nsec3.flags) ? "AA" : "A",
3071 OPTOUT(nsec3.flags) ? "clear" : "set");
3323 fprintf(stderr, "\t-A NSEC3 optout\n")
    [all...]

Completed in 90 milliseconds