Searched refs:res_nsend (Results 1 – 4 of 4) sorted by relevance
/packages/modules/DnsResolver/ |
D | res_query.cpp | 129 n = res_nsend(statp, std::span(buf, n), answer, &rcode, 0); in res_nquery()
|
D | resolv_private.h | 179 int res_nsend(ResState* statp, std::span<const uint8_t> msg, std::span<uint8_t> ans, int* rcode,
|
D | res_send.cpp | 439 int res_nsend(ResState* statp, span<const uint8_t> msg, span<uint8_t> ans, int* rcode, in res_nsend() function 1465 return res_nsend(&res, msg, ans, rcode, flags); in resolv_res_nsend()
|
D | getaddrinfo.cpp | 1639 n = res_nsend(&res_temp, std::span(buf, n), std::span(t->answer.data(), anslen), &rcode, 0, in doQuery() 1649 n = res_nsend(&res_temp, std::span(buf, n), std::span(t->answer.data(), anslen), &rcode, in doQuery()
|