HomeSort by relevance Sort by last modified time
    Searched full:forwardall (Results 1 - 4 of 4) sorted by null

  /external/dnsmasq/contrib/try-all-ns/
dnsmasq-2.47_no_nxdomain_until_end.patch 15 forward->forwardall == 0)
dnsmasq-2.35-try-all-ns.patch 23 if ((header->rcode == SERVFAIL || header->rcode == REFUSED) && forward->forwardall == 0)
  /external/dnsmasq/src/
forward.c 226 forward->forwardall = 1;
256 forward->forwardall = 0;
270 forward->forwardall = 1;
349 if (!forward->forwardall)
351 forward->forwardall++;
498 forward->forwardall == 0)
547 if (forward->forwardall == 0 || --forward->forwardall == 1 ||
dnsmasq.h 390 int fd, forwardall; member in struct:frec

Completed in 7103 milliseconds