Searched refs:cla (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | resolvndk.cpp | 60 const int cla = C_IN;
in ResMkquery() local 67 resultValue = res_mkquery(op, dname, cla, T_ANY + PARAM_1, data, PARAM_0, nullptr, nullptr, PARAM_0);
in ResMkquery() 69 int ret = res_mkquery(op, dname, cla, T_TXT, data, PARAM_0, nullptr, buf, sizeof(buf));
in ResMkquery() 90 const int cla = C_IN;
in ResQuery() local 96 resultValue = res_query(dname, cla, type, buf, sizeof(buf));
in ResQuery() 98 int ret = res_query(dname, cla, T_ANY + 1, buf, sizeof(buf));
in ResQuery() 114 const int cla = C_IN;
in ResQuerydomain() local 118 int resultValue = res_querydomain(name, domain, cla, type, buf, sizeof(buf));
in ResQuerydomain() 129 const int cla = C_IN;
in ResSend() local 136 int value = res_mkquery(op, dname, cla, typ in ResSend() 149 int cla = C_IN; ResSearch() local [all...] |
Completed in 1 milliseconds