• Home
  • Raw
  • Download

Lines Matching refs:ALOGI

54 #define APLOGI(fmt, ...) ALOGI(fmt ": [%d] %s", __VA_ARGS__, errno, errno2str().c_str())
57 #define DBGLOG(fmt, ...) ALOGI(fmt, __VA_ARGS__)
176 ALOGI("parsing failed at line %d", __LINE__); in read()
189 ALOGI("logic error: all names are expected to end with a '.'"); in write()
194 ALOGI("name component '%s' is %zu long, but max is 255", in write()
199 ALOGI("buffer overflow at line %d", __LINE__); in write()
216 ALOGI("parsing failed at line %d", __LINE__); in parseField()
229 ALOGI("parsing failed at line %d", __LINE__); in parseField()
236 ALOGI("name compression not implemented"); in parseField()
239 ALOGI("invalid name field type"); in parseField()
255 ALOGI("parsing failed at line %d", __LINE__); in read()
259 ALOGI("parsing failed at line %d", __LINE__); in read()
271 ALOGI("buffer overflow on line %d", __LINE__); in write()
313 ALOGI("parsing failed at line %d", __LINE__); in read()
319 ALOGI("parsing failed at line %d", __LINE__); in read()
323 ALOGI("parsing failed at line %d", __LINE__); in read()
336 ALOGI("buffer overflow on line %d", __LINE__); in write()
352 ALOGI("parsing failed at line %d", __LINE__); in readIntFields()
366 ALOGI("buffer overflow on line %d", __LINE__); in writeIntFields()
419 ALOGI("parsing failed at line %d", __LINE__); in read()
427 ALOGI("parsing failed at line %d", __LINE__); in read()
437 ALOGI("parsing failed at line %d", __LINE__); in read()
447 ALOGI("parsing failed at line %d", __LINE__); in read()
457 ALOGI("parsing failed at line %d", __LINE__); in read()
467 ALOGI("buffer overflow on line %d", __LINE__); in write()
553 ALOGI("Overwriting mapping for (%s, %s), previous address %s, new " in addMapping()
566 ALOGI("Cannot remove mapping mapping from (%s, %s), not present", name.c_str(), in removeMapping()
587 ALOGI("server already running"); in startServer()
602 ALOGI("getaddrinfo(%s, %s) failed: %s", listen_address_.c_str(), in startServer()
619 ALOGI("bound to UDP %s:%s", host_str.c_str(), listen_service_.c_str()); in startServer()
637 ALOGI("adding socket %d to epoll", socket_.get()); in startServer()
642 ALOGI("adding eventfd %d to epoll", event_fd_.get()); in startServer()
652 ALOGI("server started successfully"); in startServer()
659 ALOGI("server not running"); in stopServer()
662 ALOGI("stopping server"); in stopServer()
669 ALOGI("server stopped successfully"); in stopServer()
726 ALOGI("failed to parse query"); in handleDNSRequest()
730 ALOGI("response received instead of a query"); in handleDNSRequest()
734 ALOGI("unsupported request opcode received"); in handleDNSRequest()
739 ALOGI("no questions present"); in handleDNSRequest()
744 ALOGI("already %zu answers present in query", header.answers.size()); in handleDNSRequest()
750 ALOGI("force to return RCODE FORMERR"); in handleDNSRequest()
755 ALOGI("DNS request has an additional section (assumed EDNS). " in handleDNSRequest()
776 ALOGI("Returning no response"); in handleDNSRequest()
779 ALOGI("returning RCODE %d in accordance with probability distribution", in handleDNSRequest()
788 ALOGI("unsupported question class %u", question.qclass); in handleDNSRequest()
845 ALOGI("no mapping found for %s %s, lazily refusing to add an answer", in addAnswerRecords()
856 ALOGI("inet_pton(AF_INET, %s) failed", rdatastr.c_str()); in fillAnswerRdata()
862 ALOGI("inet_pton(AF_INET6, %s) failed", rdatastr.c_str()); in fillAnswerRdata()
873 ALOGI("invalid absolute domain name"); in fillAnswerRdata()
880 ALOGI("invalid label length"); in fillAnswerRdata()
891 ALOGI("invalid name length"); in fillAnswerRdata()
896 ALOGI("unhandled qtype %s", dnstype2str(record.rtype)); in fillAnswerRdata()