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

/freebsd-current/lib/libc/resolv/
H A DMakefile.inc7 res_query.c res_send.c res_state.c res_update.c
H A Dres_data.c160 res_query(const char *name, /*!< domain name */ function
318 #undef res_query macro
319 __weak_reference(__res_query, res_query);
/freebsd-current/include/
H A Dresolv.h75 * This used to be defined in res_query.c, now it's in herror.c.
295 #define res_query __res_query macro
312 int res_query(const char *, int, int, u_char *, int);
/freebsd-current/usr.sbin/pkg/
H A Ddns_utils.c125 if ((len = res_query(zone, C_IN, T_SRV, q.buf, sizeof(q.buf))) == -1 ||
/freebsd-current/lib/libc/net/
H A DMakefile.inc156 resolver.3 res_query.3 \
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c240 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype,
/freebsd-current/contrib/sendmail/src/
H A Ddomain.c892 extern int res_query __P((const char *, int, int, u_char *, int));
963 resfunc = res_query;
1794 ** res_query() calls res_send() which

Completed in 181 milliseconds