Searched refs:res_nmkquery (Results 1 – 5 of 5) sorted by relevance
/packages/modules/DnsResolver/ |
D | res_mkquery.cpp | 100 int res_nmkquery(int op, // opcode of query in res_nmkquery() function
|
D | res_query.cpp | 118 n = res_nmkquery(QUERY, name, cl, type, {}, buf, statp->netcontext_flags); in res_nquery()
|
D | resolv_private.h | 177 int res_nmkquery(int op, const char* qname, int cl, int type, std::span<const uint8_t> data,
|
D | getaddrinfo.cpp | 1617 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/ |
D | resolv_cache_unit_test.cpp | 80 const int len = res_nmkquery(op, qname, qclass, qtype, {}, buf, /*netcontext_flags=*/0); in makeQuery()
|