Searched refs:res_nsend (Results 1 - 5 of 5) sorted by relevance
/bionic/libc/private/ |
H A D | resolv_private.h | 218 #define RES_F_LASTMASK 0x000000F0 /* ordinal server of last res_nsend */ 385 #define res_nsend __res_nsend macro 465 int res_nsend(res_state, const u_char *, int, u_char *, int);
|
/bionic/libc/netbsd/resolv/ |
H A D | res_data.c | 234 return (res_nsend(&_nres, buf, buflen, ans, anssiz));
|
H A D | res_query.c | 163 n = res_nsend(statp, buf, n, answer, anslen);
|
H A D | res_send.c | 363 res_nsend(res_state statp, function
|
/bionic/libc/netbsd/net/ |
H A D | getaddrinfo.c | 1983 * modify the api's all the way down to res_send.c's res_nsend. We could 2206 n = res_nsend(res, buf, n, answer, anslen);
|
Completed in 176 milliseconds