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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c547 Make sure to clear m->CurrentRecord at the end of AnswerNewLocalOnlyQuestion()
2718 // Any code walking either list must use the CurrentQuestion and/or CurrentRecord mechanism to protect against this.
2809 if (m->CurrentRecord == rr) m->CurrentRecord = rr->next;
2995 // Any code walking either list must use the CurrentQuestion and/or CurrentRecord mechanism to protect against this.
2998 if (m->CurrentRecord) LogMsg("DiscardDeregistrations ERROR m->CurrentRecord already set");
2999 m->CurrentRecord = m->ResourceRecords;
3001 while (m->CurrentRecord)
3003 AuthRecord *rr = m->CurrentRecord;
[all...]
H A DmDNSEmbeddedAPI.h2178 AuthRecord *CurrentRecord; // Next AuthRecord about to be examined member in struct:mDNS_struct

Completed in 128 milliseconds