Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_query.cpp129 n = res_nsend(statp, std::span(buf, n), answer, &rcode, 0); in res_nquery()
Dresolv_private.h179 int res_nsend(ResState* statp, std::span<const uint8_t> msg, std::span<uint8_t> ans, int* rcode,
Dres_send.cpp439 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()
Dgetaddrinfo.cpp1639 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()