Home
last modified time | relevance | path

Searched refs:ntries (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/misc/crash/
Dcrash02.c86 int ntries = 100; variable
149 ntries = atoi(n_copt); in main()
164 tst_resm(TINFO, "crashme02 %d %d %d", sysno_max, nseed, ntries); in main()
208 sleep(ntries * MAX_TRY_TIME + 10); in badboy_fork()
219 alarm(ntries * MAX_TRY_TIME); in badboy_fork()
285 for (i = 0; i < ntries; ++i) { in badboy_loop()
Dcrash01.c87 int ntries = 100; variable
161 ntries = atoi(n_copt); in main()
187 ntries); in main()
229 sleep(ntries * MAX_TRY_TIME + 10); in badboy_fork()
243 alarm(ntries * MAX_TRY_TIME); in badboy_fork()
318 for (i = 0; i < ntries; ++i) { in badboy_loop()
/external/libnl/lib/
Dnl.c135 int ntries = 0; in nl_connect() local
138 if (ntries++ > 5) { in nl_connect()
/external/mdnsresponder/mDNSCore/
DuDNS.c757 if (q->ntries++ == kLLQ_MAX_TRIES) in sendChallengeResponse()
775 …q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If usi… in sendChallengeResponse()
829 q->ntries = 0; // first attempt to send response in recvSetupResponse()
850 q->ntries = 0; in recvSetupResponse()
929 q->ntries = 0; in uDNS_recvLLQResponse()
1016 …q->ntries = 0; // Reset ntries so that tcp/tls connection failures don't affect sendChallengeRespo… in tcpCallback()
1176 mDNSu32 count = q->ntries + 1; // want to wait at least 1 second before retrying in tcpCallback()
1186 q->ntries++; in tcpCallback()
1188 …iled %d times, retrying in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ntries, q->ThisQInterval); in tcpCallback()
1361 if (q->ntries++ >= kLLQ_MAX_TRIES) in startLLQHandshake()
[all …]
DmDNSEmbeddedAPI.h1569 mDNSs16 ntries; // for UDP: the number of packets sent for this LLQ state member
DmDNS.c7678 q->ntries = question->ntries; in UpdateQuestionDuplicates()
8418 question->ntries = 0; in mDNS_StartQuery_internal()
/external/mdnsresponder/mDNSShared/
Ddnsextd.c298 int ntries = 0, retry = 0; in ConnectToServer() local
310 if (++ntries < 10) in ConnectToServer()
318 else { Log("ConnectToServer - %d failed attempts. Aborting.", ntries); return NULL; } in ConnectToServer()