Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetaddrinfo.c210 struct res_target { struct
211 struct res_target *next; argument
249 static int res_queryN(const char *, struct res_target *, res_state);
250 static int res_searchN(const char *, struct res_target *, res_state);
252 struct res_target *, res_state);
1878 struct res_target q, q2; in _dns_getaddrinfo()
2137 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN()
2143 struct res_target *t; in res_queryN()
2242 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN()
2391 struct res_target *target, res_state res) in res_querydomainN()