Searched refs:lwres (Results 51 - 70 of 70) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dlwresutil.c108 #include <lwres/lwbuffer.h>
109 #include <lwres/lwres.h>
110 #include <lwres/result.h>
H A Dlwconfig.c68 #include <lwres/lwbuffer.h>
69 #include <lwres/lwres.h>
70 #include <lwres/net.h>
71 #include <lwres/result.h>
H A Dgetipnode.c98 * meanings are defined in \link netdb.h <lwres/netdb.h>\endlink:
132 #include <lwres/lwres.h>
133 #include <lwres/net.h>
134 #include <lwres/netdb.h> /* XXX #include <netdb.h> */
H A Dlwbuffer.c118 #include <lwres/lwbuffer.h>
H A Dprint.c30 #include <lwres/stdlib.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlwresd.c68 #define NTASKS 2 /*%< tasks to create to handle lwres queries */
85 * Wrappers around our memory management stuff, for the lwres functions.
218 CHECK(buffer_putstr(&b, "lwres {\n"));
291 ns_lwdmanager_create(isc_mem_t *mctx, const cfg_obj_t *lwres, argument
314 (void)cfg_map_get(lwres, "ndots", &obj);
325 (void)cfg_map_get(lwres, "view", &viewobj);
347 (void)cfg_map_get(lwres, "search", &searchobj);
575 "failed to create lwres socket: %s",
589 "failed to add lwres socket: %s: %s",
635 "could not start lwres "
759 const cfg_obj_t *lwres = NULL; local
[all...]
H A Dlwdgabn.c168 int lwres; local
239 lwres = lwres_gabnresponse_render(cm->lwctx, &client->gabn,
241 if (lwres != LWRES_R_SUCCESS)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dlwres_test.c32 #include <lwres/lwres.h>
233 * Wrappers around our memory management stuff, for the lwres functions.
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/win32/include/lwres/
H A Dnetdb.h30 #include <lwres/net.h>
31 #include <lwres/lang.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/lwresd/
H A Dlwtest.c30 #include <lwres/lwres.h>
31 #include <lwres/netdb.h>
32 #include <lwres/net.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/win32/
H A Dnamed.mak166 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../../../../openssl-0.9.8l/inc32" /I "./" /I "../../../" /I "../../../../libxml2-2.7.3/include" /I "../win32/include" /I "../include" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/isc/noatomic/include" /I "../../../lib/dns/win32/include" /I "../../../lib/dns/include" /I "../../../lib/isccc/include" /I "../../../lib/lwres/win32/include" /I "../../../lib/lwres/include" /I "../../../lib/isccfg/include" /I "../../../lib/bind9/include" /D "OPENSSL" /D "WIN32" /D "NDEBUG" /D "__STDC__" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\named.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
172 LINK32_FLAGS=user32.lib advapi32.lib kernel32.lib ws2_32.lib ../../../lib/isc/win32/Release/libisc.lib ../../../lib/dns/win32/Release/libdns.lib ../../../lib/isccc/win32/Release/libisccc.lib ../../../lib/lwres/win32/Release/liblwres.lib ../../../lib/isccfg/win32/Release/libisccfg.lib ../../../lib/bind9/win32/Release/libbind9.lib $(LIBXML) /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\named.pdb" /machine:I386 /out:"../../../Build/Release/named.exe"
209 "..\..\..\lib\lwres\win32\Release\liblwres.lib" \
318 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../../openssl-0.9.8l/inc32" /I "./" /I "../../../" /I "../../../../libxml2-2.7.3/include" /I "../win32/include" /I "../include" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/isc/noatomic/include" /I "../../../lib/dns/win32/include" /I "../../../lib/dns/include" /I "../../../lib/isccc/include" /I "../../../lib/lwres/win32/include" /I "../../../lib/lwres/include" /I "../../../lib/isccfg/include" /I "../../../lib/bind9/include" /D "OPENSSL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "i386" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
361 LINK32_FLAGS=user32.lib advapi32.lib kernel32.lib ws2_32.lib ../../../lib/isc/win32/Debug/libisc.lib ../../../lib/dns/win32/Debug/libdns.lib ../../../lib/isccc/win32/Debug/libisccc.lib ../../../lib/lwres/win32/Debug/liblwres.lib ../../../lib/isccfg/win32/Debug/libisccfg.lib ../../../lib/bind9/win32/Debug/libbind9.lib $(LIBXML) /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\named.pdb" /map:"$(INTDIR)\named.map" /debug /machine:I386 /out:"../../../Build/Debug/named.exe" /pdbtype:sept
398 "..\..\..\lib\lwres\win32\Debug\liblwres.lib" \
1102 cd "..\..\..\lib\lwres\win32"
1107 cd "..\..\..\lib\lwres\win3
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/include/lwres/
H A Dnetdb.h28 #include <lwres/lang.h>
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/bin/
H A DMakefile29 print-l2tp.c print-lane.c print-ldp.c print-llc.c print-lwres.c \
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/prj/
H A DGNUmakefile98 ../../print-lwres.o \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/win32/
H A Dliblwres.mak147 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "./" /I "../../../lib/lwres/win32/include/lwres" /I "include" /I "../include" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/dns/win32/include" /I "../../../lib/dns/include" /I "../../../lib/isc/include" /I "../../../lib/isc/noatomic/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__STDC__" /D "_MBCS" /D "_USRDLL" /D "USE_MD5" /D "OPENSSL" /D "DST_USE_PRIVATE_OPENSSL" /D "LIBLWRES_EXPORTS" /Fp"$(INTDIR)\liblwres.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
256 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "./" /I "../../../lib/lwres/win32/include/lwres" /I "include" /I "../include" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/dns/win32/include" /I "../../../lib/dns/include" /I "../../../lib/isc/include" /I "../../../lib/isc/noatomic/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "__STDC__" /D "_MBCS" /D "_USRDLL" /D "USE_MD5" /D "OPENSSL" /D "DST_USE_PRIVATE_OPENSSL" /D "LIBLWRES_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\liblwres.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dnetdb.h.in28 #include <lwres/lang.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/nsupdate/
H A Dnsupdate.c81 #include <lwres/lwres.h>
82 #include <lwres/net.h>
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.prog.mk137 lwres \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/
H A Ddighost.c96 #include <lwres/lwres.h>
97 #include <lwres/net.h>
598 * Create a copy of the server list from the lwres configuration structure.
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfigure27017 BIND9_LWRES_BUILDINCLUDE="-I${BIND9_TOP_BUILDDIR}/lib/lwres/include"
27066 LIBLWRES_API=$srcdir/lib/lwres/api
28025 ac_config_files="$ac_config_files make/Makefile make/mkdep Makefile bin/Makefile bin/check/Makefile bin/confgen/Makefile bin/confgen/unix/Makefile bin/dig/Makefile bin/dnssec/Makefile bin/named/Makefile bin/named/unix/Makefile bin/nsupdate/Makefile bin/pkcs11/Makefile bin/python/Makefile bin/python/dnssec-checkds.py bin/rndc/Makefile bin/tests/Makefile bin/tests/atomic/Makefile bin/tests/db/Makefile bin/tests/dst/Makefile bin/tests/hashes/Makefile bin/tests/headerdep_test.sh bin/tests/master/Makefile bin/tests/mem/Makefile bin/tests/names/Makefile bin/tests/net/Makefile bin/tests/rbt/Makefile bin/tests/resolver/Makefile bin/tests/sockaddr/Makefile bin/tests/system/Makefile bin/tests/system/conf.sh bin/tests/system/dlz/prereq.sh bin/tests/system/dlzexternal/Makefile bin/tests/system/dlzexternal/ns1/named.conf bin/tests/system/ecdsa/prereq.sh bin/tests/system/filter-aaaa/Makefile bin/tests/system/gost/prereq.sh bin/tests/system/lwresd/Makefile bin/tests/system/rpz/Makefile bin/tests/system/rsabigexponent/Makefile bin/tests/system/tkey/Makefile bin/tests/system/tsiggss/Makefile bin/tests/tasks/Makefile bin/tests/timers/Makefile bin/tests/virtual-time/Makefile bin/tests/virtual-time/conf.sh bin/tools/Makefile contrib/check-secure-delegation.pl contrib/zone-edit.sh doc/Makefile doc/arm/Makefile doc/doxygen/Doxyfile doc/doxygen/Makefile doc/doxygen/doxygen-input-filter doc/misc/Makefile doc/xsl/Makefile doc/xsl/isc-docbook-chunk.xsl doc/xsl/isc-docbook-html.xsl doc/xsl/isc-docbook-latex.xsl doc/xsl/isc-manpage.xsl isc-config.sh lib/Makefile lib/bind9/Makefile lib/bind9/include/Makefile lib/bind9/include/bind9/Makefile lib/dns/Makefile lib/dns/include/Makefile lib/dns/include/dns/Makefile lib/dns/include/dst/Makefile lib/dns/tests/Makefile lib/export/Makefile lib/export/dns/Makefile lib/export/dns/include/Makefile lib/export/dns/include/dns/Makefile lib/export/dns/include/dst/Makefile lib/export/irs/Makefile lib/export/irs/include/Makefile lib/export/irs/include/irs/Makefile lib/export/isc/$thread_dir/Makefile lib/export/isc/$thread_dir/include/Makefile lib/export/isc/$thread_dir/include/isc/Makefile lib/export/isc/Makefile lib/export/isc/include/Makefile lib/export/isc/include/isc/Makefile lib/export/isc/nls/Makefile lib/export/isc/unix/Makefile lib/export/isc/unix/include/Makefile lib/export/isc/unix/include/isc/Makefile lib/export/isccfg/Makefile lib/export/isccfg/include/Makefile lib/export/isccfg/include/isccfg/Makefile lib/export/samples/Makefile lib/export/samples/Makefile-postinstall lib/irs/Makefile lib/irs/include/Makefile lib/irs/include/irs/Makefile lib/irs/include/irs/netdb.h lib/irs/include/irs/platform.h lib/isc/$arch/Makefile lib/isc/$arch/include/Makefile lib/isc/$arch/include/isc/Makefile lib/isc/$thread_dir/Makefile lib/isc/$thread_dir/include/Makefile lib/isc/$thread_dir/include/isc/Makefile lib/isc/Makefile lib/isc/include/Makefile lib/isc/include/isc/Makefile lib/isc/include/isc/platform.h lib/isc/tests/Makefile lib/isc/nls/Makefile lib/isc/unix/Makefile lib/isc/unix/include/Makefile lib/isc/unix/include/isc/Makefile lib/isccc/Makefile lib/isccc/include/Makefile lib/isccc/include/isccc/Makefile lib/isccfg/Makefile lib/isccfg/include/Makefile lib/isccfg/include/isccfg/Makefile lib/lwres/Makefile lib/lwres/include/Makefile lib/lwres/include/lwres/Makefile lib/lwres/include/lwres/netdb.h lib/lwres/include/lwres/platfor
[all...]

Completed in 369 milliseconds

123