Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgetaddrinfo.c235 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()
2701 res_queryN(const char *name, struct res_target *target, res_state res) in res_queryN()
2707 struct res_target *t; in res_queryN()
2828 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN()
3002 struct res_target *target, res_state res) in res_querydomainN()