Home
last modified time | relevance | path

Searched refs:LDNS_RCODE_NOTIMPL (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/sldns/
H A Dpkthdr.h148 LDNS_RCODE_NOTIMPL = 4, enumerator
H A Dwire2str.c92 { LDNS_RCODE_NOTIMPL, "NOTIMPL" },
245 { LDNS_RCODE_NOTIMPL, "NOTIMPL" },
/freebsd/contrib/ldns/ldns/
H A Dpacket.h61 LDNS_RCODE_NOTIMPL = 4, enumerator
/freebsd/contrib/ldns/
H A Dlibdns.vim125 syn keyword ldnsConstant LDNS_RCODE_NOTIMPL
H A Dhost2str.c111 { LDNS_RCODE_NOTIMPL, "NOTIMPL" },
/freebsd/contrib/unbound/services/cache/
H A Ddns.c845 msg->rep->flags |= LDNS_RCODE_NOTIMPL; in fill_any()
/freebsd/contrib/unbound/services/
H A Doutside_network.c3112 c->buffer)) == LDNS_RCODE_NOTIMPL) ) {
3327 sldns_buffer_begin(c->buffer)) == LDNS_RCODE_NOTIMPL
H A Dauthzone.c5801 if(LDNS_RCODE_WIRE(wire) == LDNS_RCODE_NOTIMPL || in check_xfer_packet()
/freebsd/contrib/unbound/daemon/
H A Dworker.c341 out->value = worker_err_ratelimit(worker, LDNS_RCODE_NOTIMPL); in worker_check_request()