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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c274 ag->NewLocalOnlyRecords = mDNSNULL;
1490 if (ag && !ag->NewLocalOnlyRecords)
1492 m->NewLocalOnlyRecords = mDNStrue;
1493 ag->NewLocalOnlyRecords = rr;
1762 if (ag->NewLocalOnlyRecords == rr) ag->NewLocalOnlyRecords = rr->next;
4515 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords)
4565 lr = ag->NewLocalOnlyRecords;
4774 while (m->CurrentRecord && m->CurrentRecord != ag->NewLocalOnlyRecords)
5249 if (m->NewLocalOnlyRecords)
[all...]
H A DmDNSEmbeddedAPI.h1459 AuthRecord *NewLocalOnlyRecords; member in struct:AuthGroup_struct
2386 mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our local questions member in struct:mDNS_struct
H A DDNSCommon.c3890 if (m->NewLocalOnlyRecords) return(m->timenow);
3948 if (m->NewLocalOnlyRecords) LogTSE("Task Scheduling Error: NewLocalOnlyRecords");

Completed in 136 milliseconds