Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
Ddnssd_clientshim.c523 x->qSRV.LongLived = mDNSfalse; in DNSServiceResolve()
543 x->qTXT.LongLived = mDNSfalse; in DNSServiceResolve()
673 x->q.LongLived = (flags & kDNSServiceFlagsLongLivedQuery) != 0; in DNSServiceQueryRecord()
Duds_daemon.c2328 request->u.resolve.qsrv.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0; in handle_resolve_request()
2347 request->u.resolve.qtxt.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0; in handle_resolve_request()
2568 q2->LongLived = mDNSfalse; in SendAdditionalQuery()
2998 q->LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0; in handle_queryrecord_request()
3449 …request->u.addrinfo.q4.LongLived = request->u.addrinfo.q6.LongLived = (flags & kDNSS… in handle_addrinfo_request()
4400 mDNSOpaque16IsZero(q->TargetQID) ? (q->LongLived ? "l" : " ") : (q->LongLived ? "L" : "O"), in udsserver_info()
/external/mdnsresponder/mDNSCore/
DuDNS.c868 …if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->qtype == pktQ.qtype && q->qnamehash ==… in uDNS_recvLLQResponse()
994 if (q && q->LongLived && q->state == LLQ_Established) in tcpCallback()
999 …else if (q && q->LongLived && q->state != LLQ_Poll && !mDNSIPPortIsZero(m->LLQNAT.ExternalPort) &&… in tcpCallback()
1142 if (!q || !q->LongLived || m->SleepState) in tcpCallback()
1170 if (q->LongLived) in tcpCallback()
1197 …else if (NextQSendTime(q) - m->timenow > (q->LongLived ? LLQ_POLL_INTERVAL : MAX_UCAST_POLL_INTERV… in tcpCallback()
1202 q->ThisQInterval = q->LongLived ? LLQ_POLL_INTERVAL : MAX_UCAST_POLL_INTERVAL; in tcpCallback()
1211 if (q->LongLived && q->state == LLQ_SecondaryRequest) in tcpCallback()
1219 if (q->LongLived && q->state != LLQ_Poll) StartLLQPolling(m, q); in tcpCallback()
1340 …stName %d NULL, LongLived %d", q->qname.c, DNSTypeName(q->qtype), q->nta->Host.c[0], q->LongLived); in startLLQHandshake()
[all …]
DmDNS.c3355 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived)) in AnswerCurrentQuestionWithResourceRecord()
3737 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q)) in CheckCacheExpiration()
4552 …if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Esta… in SuspendLLQs()
4610 if (question->LongLived) in ActivateUnicastQuery()
5307 if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->ReqLease == 0 && q->tcp) in mDNSCoreReadyForSleep()
6877 if (!q->DuplicateOf && !q->LongLived && in mDNSCoreReceiveResponse()
7606 #define IsLLQ(Q) ((Q)->LongLived && !mDNSOpaque16IsZero((Q)->TargetQID))
8034 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived) in LLQNATCallback()
8494 if (question->LongLived && !m->LLQNAT.clientContext) in mDNS_StartQuery_internal()
8505 if (question->LongLived) in mDNS_StartQuery_internal()
[all …]
DmDNSEmbeddedAPI.h1583 …mDNSBool LongLived; // Set by client for calls to mDNS_StartQuery to indicate … member
DDNSCommon.c1096 q->LongLived = (qtype == kDNSType_PTR); in mDNS_SetupQuestion()
/external/mdnsresponder/mDNSPosix/
DIdentify.c219 q->LongLived = mDNSfalse; in StartQuery()