Searched refs:res_query (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_data.c | 160 res_query(const char *name, /*!< domain name */ in res_query() function 318 #undef res_query 319 __weak_reference(__res_query, res_query);
|
H A D | Makefile.inc | 6 res_query.c res_send.c res_state.c res_update.c
|
H A D | Symbol.map | 92 res_query;
|
/freebsd/include/ |
H A D | resolv.h | 295 #define res_query __res_query macro 312 int res_query(const char *, int, int, u_char *, int);
|
/freebsd/usr.sbin/pkg/ |
H A D | dns_utils.c | 125 if ((len = res_query(zone, C_IN, T_SRV, q.buf, sizeof(q.buf))) == -1 || in dns_getsrvinfo()
|
/freebsd/lib/libc/net/ |
H A D | Makefile.inc | 155 resolver.3 res_query.3 \
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getrrsetbyname.c | 240 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype, in getrrsetbyname()
|
/freebsd/contrib/sendmail/src/ |
H A D | domain.c | 892 extern int res_query __P((const char *, int, int, u_char *, int)); 963 resfunc = res_query;
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap.m4 | 208 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply)); 214 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 1197 AC_CHECK_LIB([resolv], [res_query], [ LIBS="$LIBS -lresolv" ]) 4704 AC_SEARCH_LIBS([res_query], [resolv]) 4706 AC_MSG_CHECKING([if res_query will link]) 4714 res_query (0, 0, 0, 0, 0); 4720 AC_MSG_CHECKING([for res_query in -lresolv]) 4728 res_query (0, 0, 0, 0, 0);
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 7446 routines res_query and res_search return the size of the
|