Home
last modified time | relevance | path

Searched refs:ipv4_nservers (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_init.c339 int ipv4_nservers = 0; in ares_save_options() local
379 ipv4_nservers++; in ares_save_options()
381 if (ipv4_nservers) { in ares_save_options()
382 options->servers = ares_malloc(ipv4_nservers * sizeof(struct in_addr)); in ares_save_options()
396 options->nservers = ipv4_nservers; in ares_save_options()