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

  /external/mdnsresponder/mDNSCore/
uDNS.c 77 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
83 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
96 LogInfo("SetRecordRetry retry in %d ms for %s", rr->ThisAPInterval, ARDisplayString(m, rr));
    [all...]
mDNS.c 288 LogInfo("InsertAuthRecord: inserting auth record %s from table", ARDisplayString(m, rr));
303 if (!a) { LogMsg("RemoveAuthRecord: ERROR!! AuthGroup not found for %s", ARDisplayString(m, rr)); return mDNSNULL; }
313 LogInfo("RemoveAuthRecord: removing auth record %s from table", ARDisplayString(m, rr));
449 LogMsg("AnswerLocalQuestionWithLocalAuthRecord: ERROR!! CurrentQuestion NULL while answering with %s", ARDisplayString(m, rr));
459 AddRecord ? "Add" : "Rmv", rr->resrec.RecordType, ARDisplayString(m, rr));
681 LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
    [all...]
mDNSEmbeddedAPI.h     [all...]
DNSCommon.c     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 872 LogMsg("Error: regrecord_callback: successful registration of orphaned record %s", ARDisplayString(m, rr));
    [all...]

Completed in 29 milliseconds