Searched defs:host_query (Results 1 – 2 of 2) sorted by relevance
70 struct host_query { struct71 ares_channel_t *channel;72 char *name;73 unsigned short port; /* in host order */74 ares_addrinfo_callback callback;75 void *arg;76 struct ares_addrinfo_hints hints;77 int sent_family; /* this family is what was is being used */78 size_t timeouts; /* number of timeouts we saw for this request */79 char *lookups; /* Duplicate memory from channel because of ares_reinit() */[all …]
60 struct host_query { struct70 struct host_query *ghbn_arg = arg; in ares_gethostbyname_callback() argument