Searched refs:NewLocalOnlyRecords (Results 1 – 3 of 3) sorted by relevance
278 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 …]
1461 AuthRecord *NewLocalOnlyRecords; member2370 …mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our loc… member
3906 if (m->NewLocalOnlyRecords) return(m->timenow); in GetNextScheduledEvent()3961 if (m->NewLocalOnlyRecords) LogMsg("Task Scheduling Error: NewLocalOnlyRecords"); in ShowTaskSchedulingError()