Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dforward.c188 if (flags == F_NXDOMAIN && check_for_local_domain(qdomain, now)) in search_servers()
437 check_for_local_domain(daemon->namebuff, now)) in process_reply()
Ddnsmasq.h694 int check_for_local_domain(char *name, time_t now);
Drfc1035.c943 int check_for_local_domain(char *name, time_t now) in check_for_local_domain() function