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 899 if ((daemon->options & OPT_NO_HOSTS) && !daemon->addn_hosts)
909 for (i = 0, ah = daemon->addn_hosts; ah; ah = ah->next)
920 for (ah = daemon->addn_hosts; ah; ah = ah->next)
956 for (ah1 = daemon->addn_hosts; ah1; ah1 = ah1->next)
986 ah1->next = daemon->addn_hosts;
987 daemon->addn_hosts = ah1;
1000 for (ah = daemon->addn_hosts; ah; ah = ah->next)
1220 for (ah = daemon->addn_hosts; ah; ah = ah->next)
    [all...]
dnsmasq.h 627 struct hostsfile *addn_hosts; member in struct:daemon
option.c     [all...]

Completed in 379 milliseconds