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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1568 // Any code walking either list must use the CurrentQuestion and/or CurrentRecord mechanism to protect against this.
1771 if (m->CurrentRecord == rr) m->CurrentRecord = rr->next;
2047 // Any code walking either list must use the CurrentQuestion and/or CurrentRecord mechanism to protect against this.
2050 if (m->CurrentRecord)
2051 LogMsg("DiscardDeregistrations ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
2052 m->CurrentRecord = m->ResourceRecords;
2054 while (m->CurrentRecord)
2056 AuthRecord *rr = m->CurrentRecord;
[all...]
H A DuDNS.c2375 if (m->CurrentRecord)
2376 LogMsg("UpdateAllSRVRecords ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
2377 m->CurrentRecord = m->ResourceRecords;
2378 while (m->CurrentRecord)
2380 AuthRecord *rptr = m->CurrentRecord;
2381 m->CurrentRecord = m->CurrentRecord->next;
4053 if (m->CurrentRecord)
4054 LogMsg("uDNS_ReceiveMsg ERROR m->CurrentRecord alread
[all...]
H A DmDNSEmbeddedAPI.h2385 AuthRecord *CurrentRecord; // Next AuthRecord about to be examined member in struct:mDNS_struct

Completed in 113 milliseconds