Searched defs:host_query (Results 1 – 2 of 2) sorted by relevance
60 struct host_query struct62 ares_channel channel;63 char *name;64 unsigned short port; /* in host order */65 ares_addrinfo_callback callback;66 void *arg;67 struct ares_addrinfo_hints hints;68 int sent_family; /* this family is what was is being used */69 int timeouts; /* number of timeouts we saw for this request */70 const char *remaining_lookups; /* types of lookup we need to perform ("fb" by[all …]
50 struct host_query { struct60 struct host_query *ghbn_arg = arg; in ares_gethostbyname_callback() argument