Lines Matching refs:INFO

338     LOG(INFO) << __func__ << ": malformed QNAME";  in _dnsPacket_checkQName()
354 LOG(INFO) << __func__ << ": unsupported TYPE"; in _dnsPacket_checkQR()
359 LOG(INFO) << __func__ << ": unsupported CLASS"; in _dnsPacket_checkQR()
374 LOG(INFO) << __func__ << ": query packet too small"; in _dnsPacket_checkQuery()
381 LOG(INFO) << __func__ << ": query packet flags unsupported"; in _dnsPacket_checkQuery()
409 LOG(INFO) << __func__ << ": query packet contains non-query records"; in _dnsPacket_checkQuery()
414 LOG(INFO) << __func__ << ": query packet doesn't contain query record"; in _dnsPacket_checkQuery()
457 LOG(INFO) << __func__ << ": INTERNAL_ERROR: read-overflow"; in _dnsPacket_hashQName()
466 LOG(INFO) << __func__ << ": INTERNAL_ERROR: malformed domain"; in _dnsPacket_hashQName()
470 LOG(INFO) << __func__ << ": INTERNAL_ERROR: simple label read-overflow"; in _dnsPacket_hashQName()
554 LOG(INFO) << __func__ << ": INTERNAL_ERROR: read-overflow"; in _dnsPacket_isEqualDomainName()
567 LOG(INFO) << __func__ << ": INTERNAL_ERROR: malformed domain"; in _dnsPacket_isEqualDomainName()
571 LOG(INFO) << __func__ << ": INTERNAL_ERROR: simple label read-overflow"; in _dnsPacket_isEqualDomainName()
580 LOG(INFO) << __func__ << ": different DN"; in _dnsPacket_isEqualDomainName()
628 LOG(INFO) << __func__ << ": different RD"; in _dnsPacket_isEqualQuery()
633 LOG(INFO) << __func__ << ": different CD or AD"; in _dnsPacket_isEqualQuery()
645 LOG(INFO) << __func__ << ": different QDCOUNT"; in _dnsPacket_isEqualQuery()
657 LOG(INFO) << __func__ << ": different ARCOUNT"; in _dnsPacket_isEqualQuery()
664 LOG(INFO) << __func__ << ": different QR"; in _dnsPacket_isEqualQuery()
672 LOG(INFO) << __func__ << ": different additional RR"; in _dnsPacket_isEqualQuery()
779 PLOG(INFO) << __func__ << ": ns_parserr failed ancount no = " << n; in answer_getTTL()
784 PLOG(INFO) << __func__ << ": ns_initparse failed"; in answer_getTTL()
787 LOG(INFO) << __func__ << ": TTL = " << result; in answer_getTTL()
956 LOG(INFO) << "DNS cache flushed"; in flush()
1087 LOG(INFO) << __func__ << ": " << buf; in cache_dump_mru_locked()
1131 LOG(INFO) << __func__ << ": entry " << e->id << " added (count=" << cache->num_entries << ")"; in _cache_add_p()
1141 LOG(INFO) << __func__ << ": entry " << e->id << " removed (count=" << cache->num_entries - 1 in _cache_remove_p()
1157 LOG(INFO) << __func__ << ": OLDEST NOT IN HTABLE ?"; in _cache_remove_oldest()
1160 LOG(INFO) << __func__ << ": Cache full - removing oldest"; in _cache_remove_oldest()
1176 LOG(INFO) << __func__ << ": ENTRY NOT IN HTABLE ?"; in _cache_remove_expired()
1206 LOG(INFO) << __func__ << ": lookup"; in resolv_cache_lookup()
1210 LOG(INFO) << __func__ << ": unsupported query"; in resolv_cache_lookup()
1228 LOG(INFO) << __func__ << ": NOT IN CACHE"; in resolv_cache_lookup()
1234 LOG(INFO) << __func__ << ": Waiting for previous request"; in resolv_cache_lookup()
1265 LOG(INFO) << __func__ << ": NOT IN CACHE (STALE ENTRY " << *lookup << "DISCARDED)"; in resolv_cache_lookup()
1274 LOG(INFO) << __func__ << ": ANSWER TOO LONG"; in resolv_cache_lookup()
1286 LOG(INFO) << __func__ << ": FOUND IN CACHE entry=" << e; in resolv_cache_lookup()
1301 LOG(INFO) << __func__ << ": passed invalid query?"; in resolv_cache_add()
1317 LOG(INFO) << __func__ << ": ALREADY IN CACHE (" << e << ") ? IGNORING ADD"; in resolv_cache_add()
1331 LOG(INFO) << __func__ << ": ALREADY IN CACHE (" << e << ") ? IGNORING ADD"; in resolv_cache_add()
1589 LOG(INFO) << __func__ << ": netId = " << netid << ", numservers = " << numservers; in resolv_set_nameservers()
1613 LOG(INFO) << __func__ << ": netid = " << netid in resolv_set_nameservers()
1681 LOG(INFO) << __func__ << ": netid=" << statp->netid; in resolv_populate_res_for_net()
1702 LOG(INFO) << __func__ << ": adding sample to stats, next = " << unsigned(stats->sample_next) in res_cache_add_stats_sample_locked()
1737 LOG(INFO) << __func__ << ": nscount " << num << " > MAXNS " << MAXNS; in android_net_res_stats_get_info_for_net()