Searched refs:addn_hosts (Results 1 – 3 of 3) sorted by relevance
899 if ((daemon->options & OPT_NO_HOSTS) && !daemon->addn_hosts) in cache_reload()909 for (i = 0, ah = daemon->addn_hosts; ah; ah = ah->next) in cache_reload()920 for (ah = daemon->addn_hosts; ah; ah = ah->next) in cache_reload()956 for (ah1 = daemon->addn_hosts; ah1; ah1 = ah1->next) in cache_reload()986 ah1->next = daemon->addn_hosts; in cache_reload()987 daemon->addn_hosts = ah1; in cache_reload()1000 for (ah = daemon->addn_hosts; ah; ah = ah->next) in cache_reload()1220 for (ah = daemon->addn_hosts; ah; ah = ah->next) in record_source()
627 struct hostsfile *addn_hosts; member
1232 new->next = daemon->addn_hosts; in one_opt()1233 daemon->addn_hosts = new; in one_opt()