Home | History | Annotate | Download | only in resolv

Lines Matching refs:nameservers

1230     char*                       nameservers[MAXNS +1];
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[i] = NULL;