Searched refs:res_query (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/lbl/
H A Dos-solaris2.h42 int res_query(const char *, int, int, u_char *, int);
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A DMakefile.inc9 res_init.c res_mkquery.c res_query.c res_send.c \
H A Dres_data.c57 __weak_alias(res_query,_res_query)
222 res_query(const char *name, /*!< domain name */ function
/netbsd-6-1-5-RELEASE/lib/libresolv/
H A DMakefile15 SRCS=gethnamaddr.c res_mkquery.c res_query.c res_send.c
/netbsd-6-1-5-RELEASE/usr.sbin/dhcp/minires/
H A DMakefile7 res_sendsigned.c res_findzonecut.c res_query.c res_mkquery.c \
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/
H A Dlibc4netbsd55 res_mkquery.c res_private.h res_query.c res_send.c
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Ddnssrv.c214 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
224 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/query-loc-0.4.0/
H A Dloc.c375 * we use res_query(). If we wanted the resolver search
379 res_query (domain, /* the domain we care about */
393 * the value returned by res_query.
518 * we use res_query(). If we wanted the resolver search
522 res_query (domain, /* the domain we care about */
536 * the value returned by res_query.
H A Dconfigure2322 echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
2323 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6
2342 char res_query ();
2346 res_query (); function
3488 res_query(domain,
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h80 * This used to be defined in res_query.c, now it's in herror.c.
312 #define res_query __res_query macro
329 int res_query(const char *, int, int, u_char *, int);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h83 * This used to be defined in res_query.c, now it's in herror.c.
315 #define res_query __res_query macro
331 int res_query __P((const char *, int, int, u_char *, int));
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A DMakefile.inc110 resolver.3 res_query.3 \
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h62 * This used to be defined in res_query.c, now it's in herror.c.
233 int res_query (const char *, int, int, u_char *, int);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_data.c178 res_query(const char *name, /*!< domain name */ function
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dgetcertsbyname.c239 anslen = res_query(name, C_IN, T_CERT, answer, buflen);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c237 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype,
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dnamespace.h518 #define res_query _res_query macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/
H A Dconfigure18411 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
18417 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
18517 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
18523 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
18623 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
18629 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
18709 { { echo "$as_me:$LINENO: error: DNSSRV requires res_query()" >&5
18710 echo "$as_me: error: DNSSRV requires res_query()" >&2;}
[all...]

Completed in 220 milliseconds