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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_clientshim.c509 x->qSRV.LongLived = mDNSfalse;
536 x->qTXT.LongLived = mDNSfalse;
673 x->q.LongLived = (flags & kDNSServiceFlagsLongLivedQuery) != 0;
H A Duds_daemon.c2771 request->u.resolve.qsrv.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0;
2797 request->u.resolve.qtxt.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0;
3088 q2->LongLived = mDNSfalse;
3650 q->LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0;
4332 request->u.addrinfo.q4.LongLived = request->u.addrinfo.q6.LongLived = (flags & kDNSServiceFlagsLongLivedQuery ) != 0;
5671 mDNSOpaque16IsZero(q->TargetQID) ? (q->LongLived ? "l" : " ") : (q->LongLived ? "L" : "O"),
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DIdentify.c208 q->LongLived = mDNSfalse;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.c1149 if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->qtype == pktQ.qtype && q->qnamehash == pktQ.qnamehash && SameDomainName(&q->qname, &pktQ.qname))
1275 if (q && q->LongLived && q->state == LLQ_Established)
1280 else if (q && q->LongLived && q->state != LLQ_Poll && !mDNSIPPortIsZero(m->LLQNAT.ExternalPort) && !mDNSIPPortIsZero(q->servPort))
1431 if (!q || !q->LongLived || m->SleepState)
1459 if (q->LongLived)
1486 else if (NextQSendTime(q) - m->timenow > (q->LongLived ? LLQ_POLL_INTERVAL : MAX_UCAST_POLL_INTERVAL))
1491 q->ThisQInterval = q->LongLived ? LLQ_POLL_INTERVAL : MAX_UCAST_POLL_INTERVAL;
1500 if (q->LongLived && q->state == LLQ_SecondaryRequest)
1508 if (q->LongLived && q->state != LLQ_Poll) StartLLQPolling(m, q);
1632 LogMsg("startLLQHandshake: ERROR!!: nta non NULL for %##s (%s) but HostName %d NULL, LongLived
[all...]
H A DmDNS.c3919 // uDNS LongLived questions, because that would mess up our LLQ lease renewal timing.
3922 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived))
4368 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q))
5274 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Established)
5333 if (question->LongLived)
6628 if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->ReqLease == 0 && q->tcp)
7764 // if (q->LongLived && mDNSSameAddress(srcaddr, &q->servAddr)) return(mDNStrue); Shouldn't need this now that we have LLQType checking
8593 if (!q->DuplicateOf && !q->LongLived &&
8958 // If this is a DNSSEC question that is also LongLived, don't accept records from the
10332 // for multicast questions, we don't want to treat LongLived a
[all...]
H A Ddnssec.c251 // SetupQuestion sets LongLived if qtype == PTR
252 question->LongLived = 0;
H A DmDNSEmbeddedAPI.h1953 // LLQ-specific fields. These fields are only meaningful when LongLived flag is set
1978 mDNSBool LongLived; // Set by client for calls to mDNS_StartQuery to indicate LLQs to unicast layer. member in struct:DNSQuestion_struct
H A DDNSCommon.c1462 q->LongLived = (qtype == kDNSType_PTR);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c4077 if (q->LongLived)
5136 p->q.LongLived = mDNSfalse;
5156 LogInfo("AddNewClientTunnel start tun %p %##s (%s)%s", p, &q->qname.c, DNSTypeName(q->qtype), q->LongLived ? " LongLived" : "");

Completed in 339 milliseconds