Searched refs:ntries (Results 1 - 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c757 if (q->ntries++ == kLLQ_MAX_TRIES)
775 q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If using TCP, don't need to retransmit
779 //if (q->ntries == 1) return;
829 q->ntries = 0; // first attempt to send response
850 q->ntries = 0;
923 //LogInfo("Received refresh confirmation ntries %d for %##s (%s)", q->ntries, q->qname.c, DNSTypeName(q->qtype));
929 q->ntries = 0;
1016 q->ntries = 0; // Reset ntries s
[all...]
H A DmDNSEmbeddedAPI.h1558 mDNSs16 ntries; // for UDP: the number of packets sent for this LLQ state member in struct:DNSQuestion_struct
H A DmDNS.c7678 q->ntries = question->ntries;
8418 question->ntries = 0;
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c298 int ntries = 0, retry = 0; local
310 if (++ntries < 10)
318 else { Log("ConnectToServer - %d failed attempts. Aborting.", ntries); return NULL; }

Completed in 1568 milliseconds