Searched refs:LongLived (Results 1 – 6 of 6) sorted by relevance
568 …q->LongLived = (inParams->flags & kDNSServiceFlagsLongLivedQuery) ? mDNStrue… in QueryRecordOpStart()631 inOp->q2LongLived = q2->LongLived; in QueryRecordOpStart()638 q2->LongLived = mDNSfalse; in QueryRecordOpStart()718 q2->LongLived = op->q2LongLived; in QueryRecordOpCallback()
3456 request->u.resolve.qsrv.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0; in handle_resolve_request()3476 request->u.resolve.qtxt.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0; in handle_resolve_request()5874 … mDNSOpaque16IsZero(q->TargetQID) ? (q->LongLived ? "l" : " ") : (q->LongLived ? "L" : "O"), in udsserver_info_dump_to_fd()
1169 …if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->qtype == pktQ.qtype && q->qnamehash ==… in uDNS_recvLLQResponse()1295 if (q && q->LongLived && q->state == LLQ_Established) in tcpCallback()1300 …else if (q && q->LongLived && q->state != LLQ_Poll && !mDNSIPPortIsZero(m->LLQNAT.ExternalPort) &&… in tcpCallback()1458 if (!q || !q->LongLived || m->SleepState) in tcpCallback()1486 if (q->LongLived) in tcpCallback()1513 …else if (NextQSendTime(q) - m->timenow > (q->LongLived ? LLQ_POLL_INTERVAL : MAX_UCAST_POLL_INTERV… in tcpCallback()1518 q->ThisQInterval = q->LongLived ? LLQ_POLL_INTERVAL : MAX_UCAST_POLL_INTERVAL; in tcpCallback()1527 if (q->LongLived && q->state == LLQ_SecondaryRequest) in tcpCallback()1535 if (q->LongLived && q->state != LLQ_Poll) StartLLQPolling(m, q); in tcpCallback()1890 zd->question.LongLived = mDNSfalse; in GetZoneData_StartQuery()[all …]
4337 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived)) in AnswerCurrentQuestionWithResourceRecord()4785 (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived)) && ActiveQuestion(q)) in CheckCacheExpiration()5772 …if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Esta… in SuspendLLQs()5810 if (question->LongLived) in ActivateUnicastQuery()7162 if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->ReqLease == 0 && q->tcp) in mDNSCoreReadyForSleep()8869 if (!q->DuplicateOf && !q->LongLived && in mDNSCoreReceiveCacheCheck()9701 if (!q->LongLived && ActiveQuestion(q) && in mDNSCoreReceiveResponse()10725 #define IsLLQ(Q) ((Q)->LongLived && !mDNSOpaque16IsZero((Q)->TargetQID))11292 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived) in LLQNATCallback()11991 if (question->LongLived) in FinalizeUnicastQuestion()[all …]
1935 …mDNSBool LongLived; // Set by client for calls to mDNS_StartQuery to indicate … member
1270 q->LongLived = (qtype == kDNSType_PTR); in mDNS_SetupQuestion()