Home
last modified time | relevance | path

Searched refs:NewLocalOnlyRecords (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c278 ag->NewLocalOnlyRecords = mDNSNULL; in GetAuthGroup()
1446 if (ag && !ag->NewLocalOnlyRecords) { in mDNS_Register_internal()
1447 m->NewLocalOnlyRecords = mDNStrue; in mDNS_Register_internal()
1448 ag->NewLocalOnlyRecords = rr; in mDNS_Register_internal()
1716 if (ag->NewLocalOnlyRecords == rr) ag->NewLocalOnlyRecords = rr->next; in mDNS_Deregister_internal()
4446 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords) in AnswerQuestionWithLORecord()
4496 lr = ag->NewLocalOnlyRecords; in AnswerQuestionWithLORecord()
4705 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords) in AnswerNewLocalOnlyQuestion()
5180 if (m->NewLocalOnlyRecords) in mDNS_Execute()
5182 m->NewLocalOnlyRecords = mDNSfalse; in mDNS_Execute()
[all …]
H A DmDNSEmbeddedAPI.h1461 AuthRecord *NewLocalOnlyRecords; member
2370 …mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our loc… member
H A DDNSCommon.c3906 if (m->NewLocalOnlyRecords) return(m->timenow); in GetNextScheduledEvent()
3961 if (m->NewLocalOnlyRecords) LogMsg("Task Scheduling Error: NewLocalOnlyRecords"); in ShowTaskSchedulingError()