Searched refs:LongLived (Results 1 - 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c508 x->qSRV.LongLived = mDNSfalse;
528 x->qTXT.LongLived = mDNSfalse;
658 x->q.LongLived = (flags & kDNSServiceFlagsLongLivedQuery) != 0;
H A Duds_daemon.c2326 request->u.resolve.qsrv.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0;
2345 request->u.resolve.qtxt.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0;
2566 q2->LongLived = mDNSfalse;
2996 q->LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0;
3447 request->u.addrinfo.q4.LongLived = request->u.addrinfo.q6.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0;
4398 mDNSOpaque16IsZero(q->TargetQID) ? (q->LongLived ? "l" : " ") : (q->LongLived ? "L" : "O"),
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c219 q->LongLived = mDNSfalse;
/external/mdnsresponder/mDNSCore/
H A DuDNS.c868 if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->qtype == pktQ.qtype && q->qnamehash == pktQ.qnamehash && SameDomainName(&q->qname, &pktQ.qname))
994 if (q && q->LongLived && q->state == LLQ_Established)
999 else if (q && q->LongLived && q->state != LLQ_Poll && !mDNSIPPortIsZero(m->LLQNAT.ExternalPort) && !mDNSIPPortIsZero(q->servPort))
1142 if (!q || !q->LongLived || m->SleepState)
1170 if (q->LongLived)
1197 else if (NextQSendTime(q) - m->timenow > (q->LongLived ? LLQ_POLL_INTERVAL : MAX_UCAST_POLL_INTERVAL))
1202 q->ThisQInterval = q->LongLived ? LLQ_POLL_INTERVAL : MAX_UCAST_POLL_INTERVAL;
1211 if (q->LongLived && q->state == LLQ_SecondaryRequest)
1219 if (q->LongLived && q->state != LLQ_Poll) StartLLQPolling(m, q);
1340 LogMsg("startLLQHandshake: ERROR!!: nta non NULL for %##s (%s) but HostName %d NULL, LongLived
[all...]
H A DmDNS.c3352 // uDNS LongLived questions, because that would mess up our LLQ lease renewal timing.
3355 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived))
3737 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q))
4552 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Established)
4610 if (question->LongLived)
5307 if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->ReqLease == 0 && q->tcp)
6323 // if (q->LongLived && mDNSSameAddress(srcaddr, &q->servAddr)) return(mDNStrue); Shouldn't need this now that we have LLQType checking
6877 if (!q->DuplicateOf && !q->LongLived &&
7605 // for multicast questions, we don't want to treat LongLived as anything special
7606 #define IsLLQ(Q) ((Q)->LongLived
[all...]
H A DmDNSEmbeddedAPI.h1554 // LLQ-specific fields. These fields are only meaningful when LongLived flag is set
1572 mDNSBool LongLived; // Set by client for calls to mDNS_StartQuery to indicate LLQs to unicast layer. member in struct:DNSQuestion_struct
H A DDNSCommon.c1096 q->LongLived = (qtype == kDNSType_PTR);

Completed in 1941 milliseconds