Searched refs:res_nsend (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/private/
H A Dresolv_private.h218 #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 Dres_data.c234 return (res_nsend(&_nres, buf, buflen, ans, anssiz));
H A Dres_query.c163 n = res_nsend(statp, buf, n, answer, anslen);
H A Dres_send.c363 res_nsend(res_state statp, function
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c1983 * 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