Searched refs:addn_hosts (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dcache.c1133 if (option_bool(OPT_NO_HOSTS) && !daemon->addn_hosts)
1143 daemon->addn_hosts = expand_filelist(daemon->addn_hosts);
1144 for (ah = daemon->addn_hosts; ah; ah = ah->next)
1543 for (ah = daemon->addn_hosts; ah; ah = ah->next)
H A Ddnsmasq.h968 struct hostsfile *addn_hosts; member in struct:daemon
H A Doption.c1796 new->next = daemon->addn_hosts;
1797 daemon->addn_hosts = new;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dcache.c1133 if (option_bool(OPT_NO_HOSTS) && !daemon->addn_hosts)
1143 daemon->addn_hosts = expand_filelist(daemon->addn_hosts);
1144 for (ah = daemon->addn_hosts; ah; ah = ah->next)
1543 for (ah = daemon->addn_hosts; ah; ah = ah->next)
H A Ddnsmasq.h968 struct hostsfile *addn_hosts; member in struct:daemon
H A Doption.c1796 new->next = daemon->addn_hosts;
1797 daemon->addn_hosts = new;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dcache.c1133 if (option_bool(OPT_NO_HOSTS) && !daemon->addn_hosts)
1143 daemon->addn_hosts = expand_filelist(daemon->addn_hosts);
1144 for (ah = daemon->addn_hosts; ah; ah = ah->next)
1543 for (ah = daemon->addn_hosts; ah; ah = ah->next)
H A Ddnsmasq.h968 struct hostsfile *addn_hosts; member in struct:daemon
H A Doption.c1796 new->next = daemon->addn_hosts;
1797 daemon->addn_hosts = new;

Completed in 230 milliseconds