Home
last modified time | relevance | path

Searched refs:res_query (Results 1 – 5 of 5) sorted by relevance

/original-bsd/lib/libc/net/
H A Dres_query.c62 res_query(name, class, type, answer, anslen) in res_query() function
156 return (res_query(cp, class, type, answer, anslen));
242 return (res_query(longname, class, type, answer, anslen));
H A DMakefile.inc11 res_debug.c res_init.c res_mkquery.c res_query.c res_send.c \
38 resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \
H A Dgethostnamadr.c298 n = res_query(qbuf, C_IN, T_PTR, (char *)&buf, sizeof(buf));
/original-bsd/lib/libresolv/
H A DMakefile8 SRCS=gethostnamadr.c res_mkquery.c res_query.c res_send.c
/original-bsd/usr.sbin/sendmail/src/
H A Ddomain.c94 extern int res_query(), res_search();
105 res_query(FallBackMX, C_IN, T_A,
136 resfunc = res_query;