Home
last modified time | relevance | path

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

/bionic/libc/private/
Dresolv_private.h383 #define res_nsend __res_nsend macro
466 int res_nsend(res_state, const u_char *, int, u_char *, int);
/bionic/libc/netbsd/resolv/
Dres_data.c239 return (res_nsend(&_nres, buf, buflen, ans, anssiz)); in res_send()
Dres_query.c163 n = res_nsend(statp, buf, n, answer, anslen); in res_nquery()
Dres_send.c355 res_nsend(res_state statp, in res_nsend() function
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1977 n = res_nsend(res, buf, n, answer, anslen); in res_queryN()