Home | History | Annotate | Download | only in resolv

Lines Matching refs:nameservers

1235     char*                       nameservers[MAXNS];
1237 int revision_id; // # times the nameservers have been replaced
1803 /* empty the nameservers set for the named cache */
2006 cache_info->nameservers[i] = strdup(servers[i]);
2011 // Clear the NS statistics because the mapping to nameservers might have changed.
2070 // TODO: this is incorrect if the list of current or previous nameservers
2073 // insensitive to the order of the nameservers; we should probably fix that
2080 if (strcmp(cache_info->nameservers[i], servers[j]) == 0) {
2094 free(cache_info->nameservers[i]);
2095 cache_info->nameservers[i] = NULL;