Lines Matching defs:channel
70 ares_channel_t *channel;
151 status = ares_init_options(&channel, &options, optmask);
159 status = ares_set_servers_csv(channel, servers);
172 ares_gethostbyaddr(channel, &addr4, sizeof(addr4), AF_INET, callback,
175 ares_gethostbyaddr(channel, &addr6, sizeof(addr6), AF_INET6, callback,
181 ares_getaddrinfo(channel, *argv, NULL, &hints, ai_callback, *argv);
190 nfds = ares_fds(channel, &read_fds, &write_fds);
194 tvp = ares_timeout(channel, NULL, &tv);
202 ares_process(channel, &read_fds, &write_fds);
205 ares_destroy(channel);