HomeSort by relevance Sort by last modified time
    Searched refs:addn_hosts (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
cache.c 737 if ((daemon->options & OPT_NO_HOSTS) && !daemon->addn_hosts) {
744 for (i = 0, ah = daemon->addn_hosts; ah; ah = ah->next) {
753 for (ah = daemon->addn_hosts; ah; ah = ah->next)
784 for (ah1 = daemon->addn_hosts; ah1; ah1 = ah1->next) {
809 ah1->next = daemon->addn_hosts;
810 daemon->addn_hosts = ah1;
823 for (ah = daemon->addn_hosts; ah; ah = ah->next)
    [all...]
dnsmasq.h 601 struct hostsfile* addn_hosts; member in struct:daemon
option.c     [all...]

Completed in 1030 milliseconds