Home | History | Annotate | Download | only in net

Lines Matching defs:res_target

221 struct res_target {
222 struct res_target *next;
274 static struct addrinfo * _dns_query(struct res_target *,
291 static int res_queryN(const char *, struct res_target *, res_state);
292 static int res_searchN(const char *, struct res_target *, res_state);
294 struct res_target *, res_state);
1949 struct res_target q, q2;
2028 _dns_query(struct res_target *q, const struct addrinfo *pai,
2031 struct res_target *q2 = q->next;
2036 struct res_target *iter;
2102 struct res_target q;
2171 struct res_target q, q2;
2548 res_queryN(const char *name, /* domain name */ struct res_target *target,
2554 struct res_target *t;
2679 res_searchN(const char *name, struct res_target *target, res_state res)
2820 struct res_target *target, res_state res)