Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c899 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()
Ddnsmasq.h609 struct hostsfile *addn_hosts; member
Doption.c1236 new->next = daemon->addn_hosts; in one_opt()
1237 daemon->addn_hosts = new; in one_opt()