Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c568 …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()
H A Duds_daemon.c3456 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()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c1295 if (q && q->LongLived && q->state == LLQ_Established) in tcpCallback()
1458 if (!q || !q->LongLived || m->SleepState) in tcpCallback()
1486 if (q->LongLived) 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()
2546 q->LongLived = mDNSfalse; in GetStaticHostname()
4494 if (q->LongLived) in uDNS_CheckCurrentQuestion()
4503 if (!(q->LongLived && q->state != LLQ_Poll)) in uDNS_CheckCurrentQuestion()
[all …]
H A DmDNS.c4337 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived)) in AnswerCurrentQuestionWithResourceRecord()
5810 if (question->LongLived) in ActivateUnicastQuery()
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()
12274 if (!mDNSOpaque16IsZero(question->TargetQID) && question->LongLived) in mDNS_StopQuery_internal()
12279 if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived) break; in mDNS_StopQuery_internal()
12414 question->LongLived = mDNStrue; in mDNS_StartBrowse_internal()
[all …]
H A DmDNSEmbeddedAPI.h1935 …mDNSBool LongLived; // Set by client for calls to mDNS_StartQuery to indicate … member
H A DDNSCommon.c1270 q->LongLived = (qtype == kDNSType_PTR); in mDNS_SetupQuestion()