Home
last modified time | relevance | path

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

/system/netd/resolv/
Dresolv_private.h218 int res_nmkquery(res_state, int, const char*, int, int, const u_char*, int, const u_char*, u_char*,
Dres_mkquery.cpp102 int res_nmkquery(res_state statp, int op, /* opcode of query */ in res_nmkquery() function
Dres_query.cpp127 n = res_nmkquery(statp, QUERY, name, cl, type, NULL, 0, NULL, buf, sizeof(buf)); in res_nquery()
Dgetaddrinfo.cpp1603 n = res_nmkquery(res, QUERY, name, cl, type, NULL, 0, NULL, buf, sizeof(buf)); in res_queryN()