Searched refs:res_send (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/dns/resolv/ |
D | __res_send.c | 14 __indr_reference(__res_send, res_send) 27 #undef res_send 28 int res_send(const u_char *, int, u_char *, int); 31 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz)
|
D | res_data.c | 228 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { in res_send() function
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 309 #define res_send __res_send macro 333 int res_send(const u_char *, int, u_char *, int);
|