Home
last modified time | relevance | path

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

/bionic/libc/dns/include/
Dresolv_private.h394 #define res_nsend __res_nsend macro
471 int res_nsend(res_state, const u_char *, int, u_char *, int);
/bionic/libc/dns/resolv/
Dres_data.cpp131 return res_nsend(gsa.get(), buf, buflen, ans, anssiz); in res_send()
Dres_query.c164 n = res_nsend(statp, buf, n, answer, anslen); in res_nquery()
Dres_send.c351 res_nsend(res_state statp, in res_nsend() function
/bionic/libc/dns/net/
Dgetaddrinfo.c2212 n = res_nsend(res, buf, n, answer, anslen); in res_queryN()