Searched refs:res_target (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/libc/net/ |
| H A D | getaddrinfo.c | 235 struct res_target { struct 236 struct res_target *next; argument 310 static int res_queryN(const char *, struct res_target *, res_state); 311 static int res_searchN(const char *, struct res_target *, res_state); 313 struct res_target *, res_state); 2266 struct res_target q, q2; in _dns_getaddrinfo() 2706 res_queryN(const char *name, struct res_target *target, res_state res) in res_queryN() 2712 struct res_target *t; in res_queryN() 2866 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() 3030 struct res_target *target, res_state res) in res_querydomainN()
|