HomeSort by: relevance | last modified time | path
    Searched defs:NXDOMAIN (Results 1 - 15 of 15) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
ecdb.c 85 #define NXDOMAIN(header) (((header)->attributes & RDATASET_ATTR_NXDOMAIN) != 0)
377 if (NXDOMAIN(header)) {
masterdump.c 283 #define NXDOMAIN(x) (((x)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0)
734 if (NXDOMAIN(rdataset)) {
735 RETERR(str_totext(";-$NXDOMAIN\n", target));
validator.c 107 #define NXDOMAIN(r) (((r)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0)
2672 * proof, and so it will attempt validation of NXDOMAIN, NXRRSET or CNAME
3113 if (NXDOMAIN(val->event->rdataset)) {
rbtdb.c 305 #define NXDOMAIN(header) \
919 if (NXDOMAIN(header)) {
3202 if (NXDOMAIN(header)) {
5327 if (NXDOMAIN(found)) {
6027 if (NXDOMAIN(found)) {
6296 * which covers all types (NXDOMAIN,
6328 * non-ancient NXDOMAIN/NODATA(QTYPE=ANY) negative
6353 * The NXDOMAIN/NODATA(QTYPE=ANY)
resolver.c 607 #define NXDOMAIN(r) (((r)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0)
720 * - Determine whether this is an NXDOMAIN, NXRRSET, or referral.
723 * - If NXDOMAIN/NXRRSET, scan the authority section for NS and SOA
1007 * with NXDOMAIN for queries for other types. Unfortunately it's
5959 * Cache DS NXDOMAIN separately to other types.
6049 if (NXDOMAIN(ardataset)) {
6644 if (NXDOMAIN(ardataset)) {
6791 if (NXDOMAIN(ardataset)) {
6926 if (NXDOMAIN(ardataset)) {
8022 * NOERROR/NXDOMAIN/YXDOMAIN/REFUSED/SERVFAIL/BADCOOKIE must hav
    [all...]
  /src/include/arpa/
nameser_compat.h 127 #define NXDOMAIN ns_r_nxdomain
  /src/external/bsd/libbind/dist/include/arpa/
nameser_compat.h 162 #define NXDOMAIN ns_r_nxdomain
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 89 #define NXDOMAIN(header) \
109 (NXDOMAIN(header) ? 0 : rbtdb->common.serve_stale_ttl)
1098 if (NXDOMAIN(found)) {
1432 if (NXDOMAIN(found)) {
masterdump.c 264 #define NXDOMAIN(x) (((x)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0)
760 if (NXDOMAIN(rdataset)) {
761 RETERR(str_totext(";-$NXDOMAIN", target));
rbtdb.c 78 #define NXDOMAIN(header) \
113 (NXDOMAIN(header) ? 0 : rbtdb->common.serve_stale_ttl)
297 if (NXDOMAIN(header)) {
2173 if (NXDOMAIN(header)) {
2598 * which covers all types (NXDOMAIN,
2630 * non-ancient NXDOMAIN/NODATA(QTYPE=ANY) negative
2654 * The NXDOMAIN/NODATA(QTYPE=ANY)
validator.c 120 #define NXDOMAIN(r) (((r)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0)
3046 * proof, and so it will attempt validation of NXDOMAIN, NXRRSET or CNAME
3456 if (NXDOMAIN(val->rdataset)) {
qpcache.c 75 #define NXDOMAIN(header) \
104 (NXDOMAIN(header) ? 0 : qpdb->common.serve_stale_ttl)
895 if (NXDOMAIN(header)) {
1109 if (NXDOMAIN(header)) {
1969 if (NXDOMAIN(found)) {
2303 if (NXDOMAIN(found)) {
2864 * which covers all types (NXDOMAIN,
2896 * non-ancient NXDOMAIN/NODATA(QTYPE=ANY) negative
2920 * The NXDOMAIN/NODATA(QTYPE=ANY)
resolver.c 635 #define NXDOMAIN(r) (((r)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0)
768 * - Determine whether this is an NXDOMAIN, NXRRSET, or referral.
771 * - If NXDOMAIN/NXRRSET, scan the authority section for NS and SOA
4319 * incorrect NXDOMAIN and now have a response that
5462 * Cache DS NXDOMAIN separately to other types.
5473 * Don't report qname minimisation NXDOMAIN errors
5474 * when the result is NXDOMAIN except we have already
5564 if (NXDOMAIN(ardataset)) {
6235 if (NXDOMAIN(ardataset)) {
6383 if (NXDOMAIN(ardataset))
    [all...]
  /src/external/mpl/dhcp/dist/includes/arpa/
nameser_compat.h 111 #define NXDOMAIN ns_r_nxdomain
  /src/external/bsd/tcpdump/dist/
nameser.h 111 #define NXDOMAIN 3 /* nonexistent domain */

Completed in 37 milliseconds