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

  /src/external/mpl/bind/dist/bin/tests/system/rpz/
tests.sh 391 # check rewrite to NODATA
394 nodata() { function
398 ckresult "$*" proto.nodata
485 # generate prototype NODATA response to compare against.
488 digcmd txt-only.tld2 @$ns2 >proto.nodata || return 1
489 grep "status: NOERROR" proto.nodata >/dev/null || return 1
504 nodata a3-1.tld2 # 3
505 nodata a3-2.tld2 # 4 nodata at DNAME itself
509 nodata a4-3-cname.tld2 #
    [all...]
  /src/external/bsd/unbound/dist/validator/
validator.c 1106 * Validate a NOERROR/NODATA signed response -- a response that has a
1139 int has_valid_nsec = 0; /* If true, then the NODATA has been proven.*/
1140 uint8_t* ce = NULL; /* for wildcard nodata responses. This is the
1142 uint8_t* wc = NULL; /* for wildcard nodata responses. wildcard nsec */
1152 * NODATA.
1153 * This needs to handle the ENT NODATA case. */
1172 /* check to see if we have a wildcard NODATA proof. */
1174 /* The wildcard NODATA is 1 NSEC proving that qname does not exist
1192 verbose(VERB_ALGO, "NODATA response is insecure");
1205 verbose(VERB_QUERY, "NODATA response failed to prove NODATA
1743 int nodata; local
    [all...]

Completed in 25 milliseconds