Searched refs:res_query (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libresolv/ |
H A D | Makefile | 29 pics/res_mkquery.o pics/res_query.o pics/res_send.o \ 38 res_query.o res_send.o res_sethost.o
|
H A D | res_query.c | 72 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 D | res_gethost.c | 284 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 D | llib-lresolv | 36 int res_query(const char *, int, int, u_char *, int);
|
/osnet-11/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 62 res_mkquery.o res_mkupdate.o res_query.o res_send.o \
|
/osnet-11/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_data.c | 191 res_query(const char *name, /*!< domain name */ function
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 212 extern int res_query(), res_search(); 250 resfunc = res_query; 913 ** res_query() calls res_send() which
|
Completed in 37 milliseconds