OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewLocalRecords
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
332
rr = m->
NewLocalRecords
;
335
LogMemCorruption("
NewLocalRecords
: %p is garbage (%X)", rr, rr->resrec.RecordType);
956
// AnswerAllLocalQuestionsWithLocalAuthRecord is used by the m->
NewLocalRecords
loop in mDNS_Execute(),
1939
if (!m->
NewLocalRecords
) m->
NewLocalRecords
= rr;
2007
if (!m->
NewLocalRecords
) m->
NewLocalRecords
= rr;
2477
if (m->
NewLocalRecords
== rr) m->
NewLocalRecords
= rr->next;
6028
// no local records that could possibly answer this question. As we did not check the
NewLocalRecords
, w
[
all
...]
DNSCommon.c
5493
for (rr = m->
NewLocalRecords
; rr; rr = rr->next)
5508
if (m->
NewLocalRecords
&& AnyLocalRecordReady(m)) return(m->timenow);
5618
if (m->
NewLocalRecords
)
5621
if (rr) LogTSE("Task Scheduling Error:
NewLocalRecords
%s", ARDisplayString(m, rr));
mDNSEmbeddedAPI.h
2466
AuthRecord *
NewLocalRecords
; // Fresh AuthRecords (public) not yet delivered to our local-only questions
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
7765
if (!m->
NewLocalRecords
)
7766
LogToFD(fd, "
NewLocalRecords
<NONE>");
7768
LogToFD(fd, "
NewLocalRecords
%02X %s", m->
NewLocalRecords
->resrec.RecordType, ARDisplayString(m, m->
NewLocalRecords
));
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026