Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_mkquery.cpp100 int res_nmkquery(int op, // opcode of query in res_nmkquery() function
Dres_query.cpp118 n = res_nmkquery(QUERY, name, cl, type, {}, buf, statp->netcontext_flags); in res_nquery()
Dresolv_private.h177 int res_nmkquery(int op, const char* qname, int cl, int type, std::span<const uint8_t> data,
Dgetaddrinfo.cpp1617 int n = res_nmkquery(QUERY, name, cl, type, {}, buf, res->netcontext_flags); in doQuery()
1648 n = res_nmkquery(QUERY, name, cl, type, {}, buf, res_temp.netcontext_flags); in doQuery()
/packages/modules/DnsResolver/tests/
Dresolv_cache_unit_test.cpp80 const int len = res_nmkquery(op, qname, qclass, qtype, {}, buf, /*netcontext_flags=*/0); in makeQuery()