Searched refs:addn_hosts (Results 1 – 3 of 3) sorted by relevance
737 if ((daemon->options & OPT_NO_HOSTS) && !daemon->addn_hosts) { in cache_reload()744 for (i = 0, ah = daemon->addn_hosts; ah; ah = ah->next) { in cache_reload()753 for (ah = daemon->addn_hosts; ah; ah = ah->next) in cache_reload()784 for (ah1 = daemon->addn_hosts; ah1; ah1 = ah1->next) { in cache_reload()809 ah1->next = daemon->addn_hosts; in cache_reload()810 daemon->addn_hosts = ah1; in cache_reload()823 for (ah = daemon->addn_hosts; ah; ah = ah->next) in cache_reload()1016 for (ah = daemon->addn_hosts; ah; ah = ah->next) in record_source()
601 struct hostsfile* addn_hosts; member
1123 new->next = daemon->addn_hosts; in one_opt()1124 daemon->addn_hosts = new; in one_opt()