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

  /external/bluetooth/bluez/serial/
port.c 263 static int ntries = MAX_OPEN_TRIES; local
273 if (!--ntries) {
276 ntries = MAX_OPEN_TRIES;
  /external/mdnsresponder/mDNSCore/
uDNS.c 757 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;
    [all...]
mDNSEmbeddedAPI.h 1558 mDNSs16 ntries; \/\/ for UDP: the number of packets sent for this LLQ state member in struct:DNSQuestion_struct
    [all...]
mDNS.c     [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 298 int ntries = 0, retry = 0; local
310 if (++ntries < 10)
318 else { Log("ConnectToServer - %d failed attempts. Aborting.", ntries); return NULL; }
    [all...]

Completed in 209 milliseconds