Searched refs:NewLocalRecords (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c629 // AnswerAllLocalQuestionsWithLocalAuthRecord is used by the m->NewLocalRecords loop in mDNS_Execute(),
1439 if (!m->NewLocalRecords) m->NewLocalRecords = rr;
1502 if (!m->NewLocalRecords) m->NewLocalRecords = rr;
1767 if (m->NewLocalRecords == rr) m->NewLocalRecords = rr->next;
4559 // no local records that could possibly answer this question. As we did not check the NewLocalRecords, we
4790 while (m->CurrentRecord && m->CurrentRecord != m->NewLocalRecords)
5178 // we begin generating *any* new ADD events in the m->NewLocalOnlyQuestions and m->NewLocalRecords loop
[all...]
H A DDNSCommon.c3874 for (rr = m->NewLocalRecords; rr; rr = rr->next)
3889 if (m->NewLocalRecords && AnyLocalRecordReady(m)) return(m->timenow);
3942 if (m->NewLocalRecords)
3945 if (rr) LogTSE("Task Scheduling Error: NewLocalRecords %s", ARDisplayString(m, rr));
H A Duds_daemon.c6037 if (!m->NewLocalRecords)
6038 LogMsgNoIdent("NewLocalRecords <NONE>");
6040 LogMsgNoIdent("NewLocalRecords %02X %s", m->NewLocalRecords->resrec.RecordType, ARDisplayString(m, m->NewLocalRecords));
H A DmDNSEmbeddedAPI.h2384 AuthRecord *NewLocalRecords; // Fresh AuthRecords (public) not yet delivered to our local-only questions member in struct:mDNS_struct

Completed in 141 milliseconds