Searched refs:NewLocalOnlyRecords (Results 1 – 3 of 3) sorted by relevance
402 ag->NewLocalOnlyRecords = mDNSNULL; in GetAuthGroup()1841 if (ag && !ag->NewLocalOnlyRecords) in mDNS_Register_internal()1843 m->NewLocalOnlyRecords = mDNStrue; in mDNS_Register_internal()1844 ag->NewLocalOnlyRecords = rr; in mDNS_Register_internal()2106 if (ag->NewLocalOnlyRecords == rr) ag->NewLocalOnlyRecords = rr->next; in mDNS_Deregister_internal()4876 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords) in AnswerQuestionWithLORecord()4926 lr = ag->NewLocalOnlyRecords; in AnswerQuestionWithLORecord()5156 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords) in AnswerNewLocalOnlyQuestion()5660 if (m->NewLocalOnlyRecords) in mDNS_Execute()5662 m->NewLocalOnlyRecords = mDNSfalse; in mDNS_Execute()[all …]
1362 AuthRecord *NewLocalOnlyRecords; member2271 …mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our loc… member
3762 if (m->NewLocalOnlyRecords) return(m->timenow); in GetNextScheduledEvent()3827 if (m->NewLocalOnlyRecords) LogTSE("Task Scheduling Error: NewLocalOnlyRecords"); in ShowTaskSchedulingError()