Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/unbound/sldns/
Dpkthdr.h144 LDNS_RCODE_NOTIMPL = 4, enumerator
Dwire2str.c89 { LDNS_RCODE_NOTIMPL, "NOTIMPL" },
/freebsd-10-stable/contrib/ldns/ldns/
Dpacket.h60 LDNS_RCODE_NOTIMPL = 4, enumerator
/freebsd-10-stable/contrib/ldns/
Dlibdns.vim125 syn keyword ldnsConstant LDNS_RCODE_NOTIMPL
Dhost2str.c97 { LDNS_RCODE_NOTIMPL, "NOTIMPL" },
/freebsd-10-stable/contrib/unbound/services/
Doutside_network.c1604 c->buffer)) == LDNS_RCODE_NOTIMPL) ) {
1765 sldns_buffer_begin(c->buffer)) == LDNS_RCODE_NOTIMPL)) {
/freebsd-10-stable/contrib/unbound/daemon/
Dworker.c345 return worker_err_ratelimit(worker, LDNS_RCODE_NOTIMPL); in worker_check_request()