Searched refs:res_target (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 209 struct res_target { struct 210 struct res_target *next; argument 248 static int res_queryN(const char *, struct res_target *, res_state); 249 static int res_searchN(const char *, struct res_target *, res_state); 251 struct res_target *, res_state); 1901 struct res_target q, q2; in _dns_getaddrinfo() 2159 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN() 2165 struct res_target *t; in res_queryN() 2281 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() 2430 struct res_target *target, res_state res) in res_querydomainN()
|