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

123

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dstdlib.h25 /*! \file lwres/stdlib.h */
29 #include <lwres/lang.h>
30 #include <lwres/platform.h>
H A Dversion.h22 /*! \file lwres/version.h */
24 #include <lwres/platform.h>
H A Dlwpacket.h25 #include <lwres/lang.h>
26 #include <lwres/lwbuffer.h>
27 #include <lwres/result.h>
123 /*! \file lwres/lwpacket.h
H A Dcontext.h25 /*! \file lwres/context.h */
29 #include <lwres/lang.h>
30 #include <lwres/int.h>
31 #include <lwres/result.h>
78 * Allocate a lwres context. This is used in all lwres calls.
97 * Frees all memory associated with a lwres context.
H A Dipv6.h29 /*! \file lwres/ipv6.h
37 #include <lwres/int.h>
38 #include <lwres/platform.h>
H A Dlwbuffer.h23 /*! \file lwres/lwbuffer.h
108 #include <lwres/lang.h>
109 #include <lwres/int.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dlwaddr.h24 #include <lwres/lwres.h>
25 #include <lwres/net.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dversion.c24 #include <lwres/version.h>
H A Dherror.c84 #include <lwres/netdb.h>
85 #include <lwres/platform.h>
H A Dgai_strerror.c25 * their meaning are defined in \link netdb.h include/lwres/netdb.h.\endlink
51 #include <lwres/netdb.h>
H A Dprint_p.h29 #include <lwres/lang.h>
30 #include <lwres/platform.h>
33 * This block allows lib/lwres/print.c to be cleanly compiled even if
H A Dlwpacket.c26 * \link lwpacket.h lwres/lwpacket.h.\endlink
67 #include <lwres/lwbuffer.h>
68 #include <lwres/lwpacket.h>
69 #include <lwres/result.h>
H A Dlwinetaton.c86 #include <lwres/int.h>
87 #include <lwres/net.h>
H A Dgetaddrinfo.c131 * lwres(3), lwres_getaddrinfo(), lwres_freeaddrinfo(),
142 #include <lwres/lwres.h>
143 #include <lwres/net.h>
144 #include <lwres/netdb.h>
145 #include <lwres/stdlib.h>
569 lwres_result_t lwres; local
572 lwres = lwres_context_create(&lwrctx, NULL, NULL, NULL, 0);
573 if (lwres != LWRES_R_SUCCESS)
588 lwres
636 lwres_result_t lwres; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/win32/
H A Dversion.c24 #include <lwres/version.h>
H A Dsocket.c22 #include <lwres/platform.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/unix/include/lwres/
H A Dnet.h53 #include <lwres/platform.h> /* Required for LWRES_PLATFORM_*. */
72 #include <lwres/lang.h>
75 #include <lwres/ipv6.h> /* Contractual promise. */
/netbsd-6-1-5-RELEASE/external/bsd/bind/
H A DMakefile.inc45 -I${IDIST}/lib/lwres/include -I${IDIST}/lib/lwres/unix/include \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dbinclude4netbsd51 mkdir -p $INCLUDE/lwres
55 copy $BIND/lib/lwres/include/lwres/$i $INCLUDE/lwres
/netbsd-6-1-5-RELEASE/external/bsd/bind/lib/liblwres/
H A DMakefile3 LIB=lwres
9 DIST= ${IDIST}/lib/lwres
/netbsd-6-1-5-RELEASE/lib/liblwres/
H A DMakefile3 LIB=lwres
9 DIST= ${IDIST}/lib/lwres
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlwderror.c47 int lwres; local
66 lwres = lwres_lwpacket_renderheader(&b, &client->pkt);
67 if (lwres != LWRES_R_SUCCESS) {
H A Dlwdnoop.c37 lwres_result_t lwres; local
59 lwres = lwres_noopresponse_render(client->clientmgr->lwctx, &resp,
61 if (lwres != LWRES_R_SUCCESS)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dlwresconf_test.c29 #include <lwres/lwres.h>
43 * 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 Dnet.h68 #include <lwres/ipv6.h>
69 #include <lwres/platform.h> /* Required for LWRES_PLATFORM_*. */
71 #include <lwres/lang.h>

Completed in 395 milliseconds

123