OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetQID
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/unittests/
unittest_common.c
113
q->
TargetQID
.b[0] = data[0];
114
q->
TargetQID
.b[1] = data[1];
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
350
if (!LocalOnlyOrP2PInterface(q->InterfaceID) && mDNSOpaque16IsZero(q->
TargetQID
))
406
mDNSs32 *const timer = mDNSOpaque16IsZero(q->
TargetQID
) ? &m->NextScheduledQuery : &m->NextuDNSEvent;
682
"[Q%d] GenerateNegativeResponse: Generating negative response for question", mDNSVal16(q->
TargetQID
));
709
mDNSVal16(q->
TargetQID
), DM_NAME_PARAM_NONNULL(cname), q->CNAMEReferrals, BOOL_PARAM(selfref));
714
mDNSOpaque16 id = q->
TargetQID
;
739
mDNSVal16(q->
TargetQID
), DM_NAME_PARAM_NONNULL(cname), q->CNAMEReferrals);
749
const mDNSBool handleRestart = !mDNSOpaque16IsZero(q->
TargetQID
);
761
if (!mDNSOpaque16IsZero(q->
TargetQID
) && IsLocalDomain(&q->qname))
765
mDNSVal16(q->
TargetQID
), DM_NAME_PARAM_NONNULL(cname));
793
q->
TargetQID
= id
[
all
...]
uDNS.c
1027
const mDNSu16 question_id = mDNSVal16(q->
TargetQID
);
1049
const mDNSu16 zone_question_id = mDNSVal16(zone_question->
TargetQID
);
1151
InitializeDNSMessage(&m->omsg.h, q->
TargetQID
, uQueryFlags);
1223
if (!mDNSOpaque16IsZero(q->
TargetQID
) && q->LongLived && q->qtype == pktQ.qtype && q->qnamehash == pktQ.qnamehash && SameDomainName(&q->qname, &pktQ.qname))
1228
if (q->state == LLQ_Poll) debugf("uDNS_LLQ_Events: q->state == LLQ_Poll msg->h.id %d q->
TargetQID
%d", mDNSVal16(msg->h.id), mDNSVal16(q->
TargetQID
));
1229
if (q->state == LLQ_Poll && mDNSSameOpaque16(msg->h.id, q->
TargetQID
))
1258
// Note: In LLQ Event packets, the msg->h.id does not match our q->
TargetQID
, because in that case the msg->h.id nonce is selected by the server
1267
debugf("uDNS_LLQ_Events: q->state == LLQ_Established msg->h.id %d q->
TargetQID
%d", mDNSVal16(msg->h.id), mDNSVal16(q->
TargetQID
));
[
all
...]
DNSCommon.c
2185
mDNSBool ismDNSQuestion = mDNSOpaque16IsZero(q->
TargetQID
);
2337
if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->
TargetQID
)) return(mDNSfalse);
2404
const mDNSBool isMDNSQuestion = mDNSOpaque16IsZero(q->
TargetQID
);
2432
const mDNSBool isMDNSQuestion = mDNSOpaque16IsZero(q->
TargetQID
);
4087
if (!InterfaceID) question->
TargetQID
= onesID; // In DNSQuestions we use
TargetQID
as the indicator of whether it's unicast or multicast
5274
return (!q->DuplicateOf && mDNSOpaque16IsZero(q->
TargetQID
));
5298
return (!is_airplay_demo_mode_enabled() && mDNSOpaque16IsZero(q->
TargetQID
) && !DNSQuestionUsesAWDL(q));
5303
return (!mDNSOpaque16IsZero(q->
TargetQID
) && !Question_uDNS(q));
mDNSEmbeddedAPI.h
1565
// Note: Question_uDNS(Q) is used in *only* one place -- on entry to mDNS_StartQuery_internal, to decide whether to set
TargetQID
.
1566
// Everywhere else in the code, the determination of whether a question is unicast is made by checking to see if
TargetQID
is nonzero.
2031
mDNSOpaque16
TargetQID
; // DNS or mDNS message ID.
/src/external/apache2/mDNSResponder/dist/mDNSShared/
ClientRequests.c
477
op->reqID, mDNSVal16(inQuestion->
TargetQID
), DM_NAME_PARAM(&inQuestion->qname), DM_NAME_PARAM(op->qname),
716
return ((mDNSOpaque16IsZero(op->q.
TargetQID
) && (op->q.ThisQInterval > 0)) ? mDNStrue : mDNSfalse);
880
!mDNSOpaque16IsZero(inQuestion->
TargetQID
) &&
uds_daemon.c
283
(REQUEST_PTR)->request_id, mDNSVal16((Q_PTR)->
TargetQID
), RR_PTR, \
291
(REQUEST_PTR)->request_id, mDNSVal16((Q_PTR)->
TargetQID
), RR_PTR, \
341
// LogMcastQuestion/LogMcastQ should be called after the DNSQuestion struct is initialized(especially for q->
TargetQID
)
345
if (mDNSOpaque16IsZero(q->
TargetQID
)) // Check for Mcast Query
3247
const mDNSBool isMDNSQuestion = mDNSOpaque16IsZero(question->
TargetQID
);
3253
if (mDNSOpaque16IsZero(question->
TargetQID
) && (question->BrowseThreshold > 0) && (question->CurrentAnswers >= question->BrowseThreshold))
4402
const mDNSBool isMDNSQuestion = mDNSOpaque16IsZero(question->
TargetQID
);
4480
req->request_id, mDNSVal16(question->
TargetQID
));
4492
mDNSVal16(question->
TargetQID
), (long)err);
4538
req->request_id, mDNSVal16(question->
TargetQID
), fullname, name_hash, target, target_name_hash
[
all
...]
discover_resolver.c
899
", interface: " PUB_S ".", mDNSVal16(q->
TargetQID
), ADD_RMV_PARAM(address_add),
Completed in 71 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026