Home
last modified time | relevance | path

Searched defs:host_query (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_getaddrinfo.c60 struct host_query struct
62 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 …]
Dares_gethostbyname.c50 struct host_query { struct
60 struct host_query *ghbn_arg = arg; in ares_gethostbyname_callback() argument