Home
last modified time | relevance | path

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

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