Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgetaddrinfo.cpp117 struct res_target { struct
118 struct res_target* next; argument
151 static int res_queryN(const char* name, res_target* target, res_state res, int* herrno);
152 static int res_searchN(const char* name, res_target* target, res_state res, int* herrno);
153 static int res_querydomainN(const char* name, const char* domain, res_target* target, res_state res,
1383 res_target q = {}; in dns_getaddrinfo()
1384 res_target q2 = {}; in dns_getaddrinfo()
1572 static int res_queryN(const char* name, res_target* target, res_state res, int* herrno) { in res_queryN()
1576 struct res_target* t; in res_queryN()
1668 static int res_searchN(const char* name, res_target* target, res_state res, int* herrno) { in res_searchN()
[all …]