Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:LongLived

3352 	// 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 && !mDNSOpaque16IsZero((Q)->TargetQID))
8034 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived)
8494 if (question->LongLived && !m->LLQNAT.clientContext)
8505 if (question->LongLived)
8626 if (!mDNSOpaque16IsZero(question->TargetQID) && question->LongLived)
8631 if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived) break;
8750 question->LongLived = mDNStrue;
8929 query->qSRV.LongLived = mDNSfalse;
8949 query->qTXT.LongLived = mDNSfalse;
8969 query->qAv4.LongLived = mDNSfalse;
8989 query->qAv6.LongLived = mDNSfalse;
9045 question->LongLived = mDNSfalse;