Home | History | Annotate | Download | only in resolv

Lines Matching full:xlog

172 #undef XLOG
175 # define XLOG(...) __libc_format_log(ANDROID_LOG_DEBUG,"libc",__VA_ARGS__)
357 XLOG("%s",buff);
361 # define XLOG(...) ((void)0)
565 XLOG("malformed QNAME");
585 XLOG("unsupported TYPE");
590 XLOG("unsupported CLASS");
607 XLOG("query packet too small");
614 XLOG("query packet flags unsupported");
643 XLOG("query packet contains non-query records");
648 XLOG("query packet doesn't contain query record");
803 XLOG("%s: INTERNAL_ERROR: read-overflow !!\n", __FUNCTION__);
813 XLOG("%s: INTERNAL_ERROR: malformed domain !!\n", __FUNCTION__);
817 XLOG("%s: INTERNAL_ERROR: simple label read-overflow !!\n",
889 XLOG("%s: INTERNAL_ERROR: read-overflow !!\n", __FUNCTION__);
903 XLOG("%s: INTERNAL_ERROR: malformed domain !!\n", __FUNCTION__);
907 XLOG("%s: INTERNAL_ERROR: simple label read-overflow !!\n",
918 XLOG("different DN");
961 XLOG("different RD");
973 XLOG("different QDCOUNT");
984 XLOG("different QR");
1102 XLOG("ns_parserr failed ancount no = %d. errno = %s\n", n, strerror(errno));
1107 XLOG("ns_parserr failed. %s\n", strerror(errno));
1110 XLOG("TTL = %d\n", result);
1314 XLOG("Waiting for previous request");
1389 XLOG("*************************\n"
1410 XLOG("setup cache for non-cache process. size=0, %s", cache_mode);
1423 XLOG("cache size: %d", result);
1440 XLOG("%s: cache created\n", __FUNCTION__);
1459 XLOG("QUERY: %s", temp);
1472 XLOG("%s", temp);
1497 XLOG("%s\n", buf);
1505 XLOG("_dump_answer: can't open file\n");
1568 XLOG("%s: entry %d added (count=%d)", __FUNCTION__,
1582 XLOG("%s: entry %d removed (count=%d)", __FUNCTION__,
1600 XLOG("%s: OLDEST NOT IN HTABLE ?", __FUNCTION__);
1604 XLOG("Cache full - removing oldest");
1621 XLOG("%s: ENTRY NOT IN HTABLE ?", __FUNCTION__);
1647 XLOG("%s: lookup", __FUNCTION__);
1652 XLOG("%s: unsupported query", __FUNCTION__);
1665 XLOG( "NOT IN CACHE");
1683 XLOG( " NOT IN CACHE (STALE ENTRY %p DISCARDED)", *lookup );
1693 XLOG(" ANSWER TOO LONG");
1705 XLOG( "FOUND IN CACHE entry=%p", e );
1729 XLOG( "%s: passed invalid query ?", __FUNCTION__);
1735 XLOG( "%s: query:", __FUNCTION__ );
1739 XLOG( "answer:");
1747 XLOG
1761 XLOG("%s: ALREADY IN CACHE (%p) ? IGNORING ADD",
1883 XLOG("_get_res_cache: iface = %s, cache=%p\n", iface, cache);
1916 XLOG("%s: generation=%d", __FUNCTION__, generation);
2065 XLOG("_resolv_set_default_if ifname %s\n",ifname);
2113 XLOG("_resolv_set_nameservers_for_iface: iface = %s, addr = %s\n",
2275 XLOG("address of interface %s is %s\n", ifname, addr_s);
2363 XLOG("_resolv_set_iface_for_pid: pid %d , iface %s\n", pid, ifname);
2365 XLOG("_resolv_set_iface_for_pid failing calloc");
2380 XLOG("_resolv_clear_iface_for_pid: pid %d\n", pid);
2407 XLOG("_resolv_get_pids_associated_interface buff: %s\n", buff);
2472 XLOG("_resolv_populate_res_for_iface: %s\n", statp->iface);
2493 XLOG("_resolv_populate_res_for_iface found too long addrlen");