Searched refs:check_for_local_domain (Results 1 – 3 of 3) sorted by relevance
170 if (flags == F_NXDOMAIN && check_for_local_domain(qdomain, now)) flags = F_NOERR; in search_servers()375 check_for_local_domain(daemon->namebuff, now)) { in process_reply()
678 int check_for_local_domain(char* name, time_t now);
772 int check_for_local_domain(char* name, time_t now) { in check_for_local_domain() function