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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c4987 AuthRecord *rrPtr = m->SPSRRSet, *rrNext = mDNSNULL;
4995 m->SPSRRSet = mDNSNULL;
5925 newRR->next = m->SPSRRSet;
5926 m->SPSRRSet = newRR;
8445 for (rrPtr = m->SPSRRSet; rrPtr; rrPtr = rrPtr->next)
8455 for (rrPtr = m->SPSRRSet; rrPtr; rrPtr = rrPtr->next)
H A DmDNSEmbeddedAPI.h2421 AuthRecord *SPSRRSet; // To help the client keep track of the records registered with the sleep proxy member in struct:mDNS_struct

Completed in 709 milliseconds