Searched refs:unbound (Results 51 - 62 of 62) sorted by relevance

123

/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dparseunbound.pl3 # Script to parse the output from the unbound namedaemon.
15 use constant UNBOUND_CACHE => "/var/tmp/unbound-cache.stor";
69 #[1208777234] unbound[6705:0]
70 if ($line =~ m/^\[\d+\] unbound\[\d+:(\d+)\]/) {
H A Dwarmup.sh115 unbound.net
H A Dwarmup.cmd119 unbound.net
/netbsd-current/etc/defaults/
H A Drc.conf413 unbound=NO
414 unbound_chrootdir=/var/chroot/unbound
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dlib2funcs.S1 ; Subroutines for calling unbound dynamic functions from within GDB for HPPA.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dlib2funcs.S1 ; Subroutines for calling unbound dynamic functions from within GDB for HPPA.
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_execbuffer.c155 * constraints imposed by the new execbuffer. Any object left unbound after the
247 struct list_head unbound; member in struct:i915_execbuffer
546 list_add_tail(&vma->exec_link, &eb->unbound);
658 list_for_each_entry(vma, &eb->unbound, exec_link) {
667 INIT_LIST_HEAD(&eb->unbound);
681 list_add(&vma->exec_link, &eb->unbound);
684 list_add_tail(&vma->exec_link, &eb->unbound);
691 list_splice_tail(&last, &eb->unbound);
747 INIT_LIST_HEAD(&eb->unbound);
/netbsd-current/lib/
H A DMakefile272 SUBDIR+= ../external/bsd/unbound/lib # depends on libcrypto
/netbsd-current/external/bsd/unbound/dist/libunbound/python/
H A Dlibunbound.i45 %module unbound
59 #include "libunbound/unbound.h"
276 >>> import unbound
277 >>> ctx = unbound.ub_ctx()
279 >>> status, result = ctx.resolve(\"www.google.com\", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
295 raise Exception("Fatal error: unbound context initialization failed")
331 unbound config file (not all settings applicable). This is a power-users interface that lets you specify all sorts of options. For some specific options, such as adding trust anchors, special routines exist.
364 ctx = unbound.ub_ctx()
373 ctx = unbound
[all...]
/netbsd-current/share/mk/
H A Dbsd.prog.mk189 unbound \
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c234 u64 total, unbound; member in struct:file_stats
251 stats->unbound += obj->base.size;
301 seq_printf(m, "%s: %lu objects, %llu bytes (%llu active, %llu inactive, %llu unbound, %llu closed)\n", \
307 stats.unbound, \
/netbsd-current/external/bsd/unbound/dist/
H A Dconfigure3 # Generated by GNU Autoconf 2.69 for unbound 1.19.1.
5 # Report bugs to <unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues>.
278 $0: unbound-bugs@nlnetlabs.nl or
279 $0: https://github.com/NLnetLabs/unbound/issues about your
592 PACKAGE_NAME='unbound'
593 PACKAGE_TARNAME='unbound'
595 PACKAGE_STRING='unbound 1.19.1'
596 PACKAGE_BUGREPORT='unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issue
[all...]

Completed in 171 milliseconds

123