OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalOnlyQuestions
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
950
// 1. It runs though all our
LocalOnlyQuestions
delivering answers as appropriate,
967
m->CurrentQuestion = m->
LocalOnlyQuestions
;
6650
TimeoutQuestions_internal(m, m->
LocalOnlyQuestions
, mDNSInterface_LocalOnly);
15131
for (qptr = localOnlyOrP2P ? &m->
LocalOnlyQuestions
: &m->Questions; (q = *qptr) != mDNSNULL; qptr = &q->next)
15258
const DNSQuestion *const qlist = localOnlyOrP2P ? m->
LocalOnlyQuestions
: m->Questions;
15413
qp = &m->
LocalOnlyQuestions
;
15664
DNSQuestion *const *qp = LocalOnlyOrP2PInterface(question->InterfaceID) ? &m->
LocalOnlyQuestions
: &m->Questions;
18298
m->
LocalOnlyQuestions
= mDNSNULL;
mDNSEmbeddedAPI.h
2435
DNSQuestion *
LocalOnlyQuestions
; // Questions with InterfaceID set to mDNSInterface_LocalOnly or mDNSInterface_P2P
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
7642
if (!m->
LocalOnlyQuestions
) LogToFD(fd, "<None>");
7643
else for (q = m->
LocalOnlyQuestions
; q; q=q->next)
Completed in 45 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026