Home
last modified time | relevance | path

Searched refs:addn_hosts (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Dcache.c737 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()
Ddnsmasq.h601 struct hostsfile* addn_hosts; member
Doption.c1123 new->next = daemon->addn_hosts; in one_opt()
1124 daemon->addn_hosts = new; in one_opt()