• Home
  • Raw
  • Download

Lines Matching refs:INFO

355     LOG(INFO) << __func__ << ": malformed QNAME";  in _dnsPacket_checkQName()
371 LOG(INFO) << __func__ << ": unsupported TYPE"; in _dnsPacket_checkQR()
376 LOG(INFO) << __func__ << ": unsupported CLASS"; in _dnsPacket_checkQR()
391 LOG(INFO) << __func__ << ": query packet too small"; in _dnsPacket_checkQuery()
398 LOG(INFO) << __func__ << ": query packet flags unsupported"; in _dnsPacket_checkQuery()
426 LOG(INFO) << __func__ << ": query packet contains non-query records"; in _dnsPacket_checkQuery()
431 LOG(INFO) << __func__ << ": query packet doesn't contain query record"; in _dnsPacket_checkQuery()
472 LOG(INFO) << __func__ << ": INTERNAL_ERROR: read-overflow"; in _dnsPacket_hashQName()
481 LOG(INFO) << __func__ << ": INTERNAL_ERROR: malformed domain"; in _dnsPacket_hashQName()
485 LOG(INFO) << __func__ << ": INTERNAL_ERROR: simple label read-overflow"; in _dnsPacket_hashQName()
570 LOG(INFO) << __func__ << ": INTERNAL_ERROR: read-overflow"; in _dnsPacket_isEqualDomainName()
583 LOG(INFO) << __func__ << ": INTERNAL_ERROR: malformed domain"; in _dnsPacket_isEqualDomainName()
587 LOG(INFO) << __func__ << ": INTERNAL_ERROR: simple label read-overflow"; in _dnsPacket_isEqualDomainName()
596 LOG(INFO) << __func__ << ": different DN"; in _dnsPacket_isEqualDomainName()
644 LOG(INFO) << __func__ << ": different RD"; in _dnsPacket_isEqualQuery()
649 LOG(INFO) << __func__ << ": different CD or AD"; in _dnsPacket_isEqualQuery()
661 LOG(INFO) << __func__ << ": different QDCOUNT"; in _dnsPacket_isEqualQuery()
673 LOG(INFO) << __func__ << ": different ARCOUNT"; in _dnsPacket_isEqualQuery()
680 LOG(INFO) << __func__ << ": different QR"; in _dnsPacket_isEqualQuery()
688 LOG(INFO) << __func__ << ": different additional RR"; in _dnsPacket_isEqualQuery()
795 PLOG(INFO) << __func__ << ": ns_parserr failed ancount no = " << n; in answer_getTTL()
800 PLOG(INFO) << __func__ << ": ns_initparse failed"; in answer_getTTL()
803 LOG(INFO) << __func__ << ": TTL = " << result; in answer_getTTL()
972 LOG(INFO) << "DNS cache flushed"; in flush()
1123 LOG(INFO) << __func__ << ": " << buf; in cache_dump_mru_locked()
1167 LOG(INFO) << __func__ << ": entry " << e->id << " added (count=" << cache->num_entries << ")"; in _cache_add_p()
1177 LOG(INFO) << __func__ << ": entry " << e->id << " removed (count=" << cache->num_entries - 1 in _cache_remove_p()
1193 LOG(INFO) << __func__ << ": OLDEST NOT IN HTABLE ?"; in _cache_remove_oldest()
1196 LOG(INFO) << __func__ << ": Cache full - removing oldest"; in _cache_remove_oldest()
1212 LOG(INFO) << __func__ << ": ENTRY NOT IN HTABLE ?"; in _cache_remove_expired()
1242 LOG(INFO) << __func__ << ": lookup"; in resolv_cache_lookup()
1246 LOG(INFO) << __func__ << ": unsupported query"; in resolv_cache_lookup()
1264 LOG(INFO) << __func__ << ": NOT IN CACHE"; in resolv_cache_lookup()
1270 LOG(INFO) << __func__ << ": Waiting for previous request"; in resolv_cache_lookup()
1301 LOG(INFO) << __func__ << ": NOT IN CACHE (STALE ENTRY " << *lookup << "DISCARDED)"; in resolv_cache_lookup()
1310 LOG(INFO) << __func__ << ": ANSWER TOO LONG"; in resolv_cache_lookup()
1322 LOG(INFO) << __func__ << ": FOUND IN CACHE entry=" << e; in resolv_cache_lookup()
1337 LOG(INFO) << __func__ << ": passed invalid query?"; in resolv_cache_add()
1353 LOG(INFO) << __func__ << ": ALREADY IN CACHE (" << e << ") ? IGNORING ADD"; in resolv_cache_add()
1367 LOG(INFO) << __func__ << ": ALREADY IN CACHE (" << e << ") ? IGNORING ADD"; in resolv_cache_add()
1625 LOG(INFO) << __func__ << ": netId = " << netid << ", numservers = " << numservers; in resolv_set_nameservers()
1649 LOG(INFO) << __func__ << ": netid = " << netid in resolv_set_nameservers()
1713 LOG(INFO) << __func__ << ": netid=" << statp->netid; in resolv_populate_res_for_net()
1734 LOG(INFO) << __func__ << ": adding sample to stats, next = " << unsigned(stats->sample_next) in res_cache_add_stats_sample_locked()
1769 LOG(INFO) << __func__ << ": nscount " << num << " > MAXNS " << MAXNS; in android_net_res_stats_get_info_for_net()