Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetaddrinfo.c249 static int res_queryN(const char *, struct res_target *, res_state);
2137 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN() function
2271 ret = res_queryN(cp, target, res); in res_searchN()
2429 return res_queryN(longname, target, res); in res_querydomainN()