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 1137 * Validate a NOERROR/NODATA signed response -- a response that has a
1170 int has_valid_nsec = 0; /* If true, then the NODATA has been proven.*/
1171 uint8_t* ce = NULL; /* for wildcard nodata responses. This is the
1173 uint8_t* wc = NULL; /* for wildcard nodata responses. wildcard nsec */
1183 * NODATA.
1184 * This needs to handle the ENT NODATA case. */
1203 /* check to see if we have a wildcard NODATA proof. */
1205 /* The wildcard NODATA is 1 NSEC proving that qname does not exist
1223 verbose(VERB_ALGO, "NODATA response is insecure");
1236 verbose(VERB_QUERY, "NODATA response failed to prove NODATA
1774 int nodata; local
    [all...]

Completed in 29 milliseconds