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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c262 ag->NewLocalOnlyRecords = mDNSNULL;
1299 if (ag && !ag->NewLocalOnlyRecords) {
1300 m->NewLocalOnlyRecords = mDNStrue;
1301 ag->NewLocalOnlyRecords = rr;
1539 if (ag->NewLocalOnlyRecords == rr) ag->NewLocalOnlyRecords = rr->next;
3846 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords)
3884 lr = ag->NewLocalOnlyRecords;
4001 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords)
4445 if (m->NewLocalOnlyRecords)
[all...]
H A DmDNSEmbeddedAPI.h1143 AuthRecord *NewLocalOnlyRecords; member in struct:AuthGroup_struct
1867 mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our local questions member in struct:mDNS_struct
H A DDNSCommon.c2728 if (m->NewLocalOnlyRecords) return(m->timenow);
2781 if (m->NewLocalOnlyRecords) LogMsg("Task Scheduling Error: NewLocalOnlyRecords");

Completed in 60 milliseconds