| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_wire.h | 558 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 D | quic_wire_pkt.h | 481 int nodata,
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_wire.c | 623 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 D | quic_wire_pkt.c | 188 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 D | val_nsec3.h | 250 struct query_info* qinfo, struct key_entry_key* kkey, int* nodata,
|
| H A D | val_nsec3.c | 1587 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 D | validator.c | 1743 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 D | unbound-host.rst | 75 Secure means that the NXDOMAIN (no such domain name), nodata (no such
|
| H A D | unbound-control.rst | 347 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 D | libunbound.rst | 462 int nxdomain; /* true if nodata because name does not exist */
|
| H A D | requirements.txt | 195 with attempt at no-DS proof) or a nodata answer with attempt
|
| H A D | Changelog | 1673 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 D | example.conf.in | 881 # o static serves local data, else, nxdomain or nodata answer.
|
| H A D | unbound.conf.rst | 4808 CNAME *. nodata reply 4897 Possible actions are: *nxdomain*, *nodata*, *passthru*, *drop*, *disabled*
|
| /freebsd/contrib/unbound/services/ |
| H A D | rpz.c | 1865 goto nodata; in rpz_apply_clientip_localdata_action() 1878 nodata: in rpz_apply_clientip_localdata_action()
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 436 + LIBRPZ_POLICY_NODATA =6, /* 'nodata': answer with ANCOUNT=0 */
|