Home
last modified time | relevance | path

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

/NextBSD/lib/libc/net/
HDgetaddrinfo.c236 struct res_target { struct
237 struct res_target *next; argument
311 static int res_queryN(const char *, struct res_target *, res_state);
312 static int res_searchN(const char *, struct res_target *, res_state);
314 struct res_target *, res_state);
2250 struct res_target q, q2; in _dns_getaddrinfo()
2680 res_queryN(const char *name, struct res_target *target, res_state res) in res_queryN()
2686 struct res_target *t; in res_queryN()
2807 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN()
2981 struct res_target *target, res_state res) in res_querydomainN()