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

/osnet-11/usr/src/lib/libresolv/
H A DMakefile29 pics/res_mkquery.o pics/res_query.o pics/res_send.o \
38 res_query.o res_send.o res_sethost.o
H A Dres_query.c72 res_query(name, class, type, answer, anslen) function
86 printf("res_query(%s, %d, %d)\n", name, class, type);
94 printf("res_query: mkquery failed\n");
103 printf("res_query: send error\n");
168 return (res_query(cp, class, type, answer, anslen));
222 * Perform a call on res_query on the concatenation of name and domain,
265 return (res_query(longname, class, type, answer, anslen));
H A Dres_gethost.c284 n = res_query(qbuf, C_IN, T_PTR, (char *)&buf, sizeof (buf));
288 printf("res_query failed\n");
/osnet-11/usr/src/lib/libresolv2/common/
H A Dllib-lresolv36 int res_query(const char *, int, int, u_char *, int);
/osnet-11/usr/src/lib/libresolv2/
H A DMakefile.com62 res_mkquery.o res_mkupdate.o res_query.o res_send.o \
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_data.c191 res_query(const char *name, /*!< domain name */ function
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c212 extern int res_query(), res_search();
250 resfunc = res_query;
913 ** res_query() calls res_send() which

Completed in 37 milliseconds