Searched refs:res_nsend (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/private/ |
D | resolv_private.h | 383 #define res_nsend __res_nsend macro 466 int res_nsend(res_state, const u_char *, int, u_char *, int);
|
/bionic/libc/netbsd/resolv/ |
D | res_data.c | 239 return (res_nsend(&_nres, buf, buflen, ans, anssiz)); in res_send()
|
D | res_query.c | 163 n = res_nsend(statp, buf, n, answer, anslen); in res_nquery()
|
D | res_send.c | 355 res_nsend(res_state statp, in res_nsend() function
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 1977 n = res_nsend(res, buf, n, answer, anslen); in res_queryN()
|