Searched refs:nameservers (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_cache.c1230 char* nameservers[MAXNS +1]; member in struct:resolv_cache_info
1793 /* empty the nameservers set for the named cache */
1958 cache_info->nameservers[index] = strdup(servers[i]);
2007 // Find out how many nameservers we had before.
2009 for (ns = cache_info->nameservers; *ns; ns++)
2016 // TODO: this is incorrect if the list of current or previous nameservers
2019 // insensitive to the order of the nameservers; we should probably fix that
2022 ns = cache_info->nameservers;
2041 free(cache_info->nameservers[i]);
2042 cache_info->nameservers[
[all...]

Completed in 71 milliseconds