Searched refs:res_target (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 210 struct res_target { struct 211 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); 1885 struct res_target q, q2; in _dns_getaddrinfo() 2145 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN() 2151 struct res_target *t; in res_queryN() 2250 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() 2399 struct res_target *target, res_state res) in res_querydomainN()
|