Home
last modified time | relevance | path

Searched refs:rrauth_tail (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1360 AuthRecord **rrauth_tail; // Tail end of that list member
H A DmDNS.c312 if ((*cp)->rrauth_tail != &(*cp)->members) in ReleaseAuthGroup()
401 ag->rrauth_tail = &ag->members; in GetAuthGroup()
432 *(ag->rrauth_tail) = rr; // Append this record to tail of cache slot list in InsertAuthRecord()
433 ag->rrauth_tail = &(rr->next); // Advance tail pointer in InsertAuthRecord()
459 a->rrauth_tail = rp; in RemoveAuthRecord()