HomeSort by relevance Sort by last modified time
    Searched refs:ares_options (Results 1 - 8 of 8) sorted by null

  /system/connectivity/shill/
mock_ares.h 42 struct ares_options* options,
shill_ares.h 50 struct ares_options* options,
shill_ares.cc 52 struct ares_options* options,
dns_client.cc 105 struct ares_options options;
  /external/c-ares/
ares.h 233 /* NOTE about the ares_options struct to users and developers.
250 struct ares_options { struct
307 struct ares_options *options,
311 struct ares_options *options,
314 CARES_EXTERN void ares_destroy_options(struct ares_options *options);
ares_destroy.c 24 void ares_destroy_options(struct ares_options *options)
ares_init.c 79 static int init_by_options(ares_channel channel, const struct ares_options *options,
117 int ares_init_options(ares_channel *channelptr, struct ares_options *options,
269 struct ares_options opts;
322 int ares_save_options(ares_channel channel, struct ares_options *options,
329 memset(options, 0, sizeof(struct ares_options));
415 const struct ares_options *options,
    [all...]
adig.c 202 struct ares_options options;

Completed in 95 milliseconds