HomeSort by relevance Sort by last modified time
    Searched refs:LogInfo (Results 1 - 6 of 6) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNSDebug.h 101 #define LogInfo( ... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__); } while (0)
107 #define LogInfo( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, ARGS); } while (0)
118 #define LogInfo (mDNS_LoggingEnabled == 0) ? ((void)0) : LogInfo_
uDNS.c 76 LogInfo("SetRecordRetry refresh in %d of %d for %s",
82 LogInfo("SetRecordRetry clamping to min refresh in %d of %d for %s",
96 LogInfo("SetRecordRetry retry in %d ms for %s", rr->ThisAPInterval, ARDisplayString(m, rr));
117 LogInfo("mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped);
183 LogInfo("PenalizeDNSServer: Penalizing DNS server %#a:%d question (%##s) for question %p %##s (%s) SuppressUnusable %d",
196 LogInfo("PenalizeDNSServer: Strict Unicast Ordering is FALSE");
202 LogInfo("PenalizeDNSServer: Not Penalizing PTR question");
206 LogInfo("PenalizeDNSServer: Penalizing question type %d", q->qtype);
212 LogInfo("PenalizeDNSServer: Strict Unicast Ordering is TRUE");
235 LogInfo("PenalizeDNSServer: Server for %##s (%s) changed to %#a:%d (%##s)"
    [all...]
mDNS.c 215 LogInfo("GetAuthEntity: Recycled %d records to reduce auth cache from %d to %d",
225 LogInfo("RR Auth now using %ld objects", r->rrauth_totalused);
288 LogInfo("InsertAuthRecord: inserting auth record %s from table", ARDisplayString(m, rr));
313 LogInfo("RemoveAuthRecord: removing auth record %s from table", ARDisplayString(m, rr));
384 LogInfo("GenerateNegativeResponse: Generating negative response for question %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
418 LogInfo("AnswerQuestionByFollowingCNAME: %p %##s (%s) following CNAME referral %d for %s",
429 LogInfo("AnswerQuestionByFollowingCNAME: Resolving a .local CNAME %p %##s (%s) Record %s",
    [all...]
DNSCommon.c     [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 181 static MD_INLINE void LogInfo(const char* format, ...)
271 static MD_INLINE void LogInfo(const char* format, ...)
312 static MD_INLINE void LogInfo(const char* format, ...)
396 LogInfo("usage : tf_daemon [options]");
397 LogInfo("where [options] are:");
398 LogInfo("-h --help Display help.");
400 LogInfo("-c <conf> Configuration file path.");
404 LogInfo("-storageDir <baseDir> Set the directory where the data will be stored; this directory");
405 LogInfo(" must be writable and executable (this parameter is mandatory)");
407 LogInfo("-d Turns on debug mode. If not specified, the daemon will fork itself")
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 616 LogInfo("external_start_advertising_helper: Not registering service with port number zero");
650 LogInfo("external_stop_advertising_helper: calling external_stop_advertising_service");
677 LogInfo(" FreeExtraRR %s", RRDisplayString(m, &rr->resrec));
808 LogInfo("regservice_callback: calling external_start_advertising_helper()");
    [all...]

Completed in 1421 milliseconds