Home
last modified time | relevance | path

Searched refs:nodata (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h558 int ossl_quic_wire_decode_frame_crypto(PACKET *pkt, int nodata,
598 int ossl_quic_wire_decode_frame_stream(PACKET *pkt, int nodata,
H A Dquic_wire_pkt.h481 int nodata,
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire.c623 int nodata, in ossl_quic_wire_decode_frame_crypto() argument
636 if (nodata) { in ossl_quic_wire_decode_frame_crypto()
674 int nodata, in ossl_quic_wire_decode_frame_stream() argument
700 if (nodata) in ossl_quic_wire_decode_frame_stream()
714 if (nodata) { in ossl_quic_wire_decode_frame_stream()
H A Dquic_wire_pkt.c188 int nodata, in ossl_quic_wire_decode_pkt_hdr() argument
416 if (!nodata && len > PACKET_remaining(pkt)) in ossl_quic_wire_decode_pkt_hdr()
439 if (nodata) { in ossl_quic_wire_decode_pkt_hdr()
/freebsd/contrib/unbound/validator/
H A Dval_nsec3.h250 struct query_info* qinfo, struct key_entry_key* kkey, int* nodata,
H A Dval_nsec3.c1587 struct query_info* qinfo, struct key_entry_key* kkey, int* nodata, in nsec3_prove_nxornodata() argument
1592 *nodata = 0; in nsec3_prove_nxornodata()
1612 *nodata = 1; in nsec3_prove_nxornodata()
1614 *nodata = 1; in nsec3_prove_nxornodata()
H A Dvalidator.c1743 int nodata; in validate_cname_noanswer_response() local
1746 chase_reply->ns_numrrsets, qchase, kkey, &nodata, in validate_cname_noanswer_response()
1754 if(nodata) in validate_cname_noanswer_response()
/freebsd/contrib/unbound/doc/
H A Dunbound-host.rst75 Secure means that the NXDOMAIN (no such domain name), nodata (no such
H A Dunbound-control.rst347 the removed name), NOERROR nodata answers are the result for that name.
447 This is nxdomain answers, nodata answers and servfail answers.
1208 @@UAHL@unbound-control.stats@num.answer.rcode.nodata@@
1209 The number of answers to queries that had the pseudo return code nodata.
1357 Possible actions are: nxdomain, nodata, passthru, drop, tcp-only,
H A Dlibunbound.rst462 int nxdomain; /* true if nodata because name does not exist */
H A Drequirements.txt195 with attempt at no-DS proof) or a nodata answer with attempt
H A DChangelog1673 This turns completely empty responses, a type of noerror/nodata into
4243 - Fix auth-zone NSEC3 response for wildcard nodata answers,
4251 - Fix for auth zone nsec3 ent fix for wildcard nodata.
6826 - Fix #716: nodata proof with empty non-terminals and wildcards.
7529 - Add unbound-control flush_negative that flushed nxdomains, nodata,
8065 - fix bogus nodata cname chain not reported as bogus by validator,
8186 - Fix validation of nodata for DS query in NSEC zones, reported by
8752 - fix validation in this case: CNAME to nodata for co-hosted opt-in
9020 It could lead to a nodata reply getting into the cache if the search
9292 nxdomain and nodata distinguished.
[all …]
H A Dexample.conf.in881 # o static serves local data, else, nxdomain or nodata answer.
H A Dunbound.conf.rst4808 CNAME *. nodata reply
4897 Possible actions are: *nxdomain*, *nodata*, *passthru*, *drop*, *disabled*
/freebsd/contrib/unbound/services/
H A Drpz.c1865 goto nodata; in rpz_apply_clientip_localdata_action()
1878 nodata: in rpz_apply_clientip_localdata_action()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch436 + LIBRPZ_POLICY_NODATA =6, /* 'nodata': answer with ANCOUNT=0 */