Home | History | Annotate | Download | only in c-ares

Lines Matching full:ipv4_nservers

326   int ipv4_nservers = 0;
361 ipv4_nservers++;
363 if (ipv4_nservers) {
364 options->servers = malloc(ipv4_nservers * sizeof(struct in_addr));
376 options->nservers = ipv4_nservers;