HomeSort by relevance Sort by last modified time
    Searched refs:rrauth_tail (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1141 AuthRecord **rrauth_tail; \/\/ Tail end of that list member in struct:AuthGroup_struct
    [all...]
mDNS.c 174 if ((*cp)->rrauth_tail != &(*cp)->members)
175 LogMsg("ERROR: (*cp)->members == mDNSNULL but (*cp)->rrauth_tail != &(*cp)->members)");
260 ag->rrauth_tail = &ag->members;
289 *(ag->rrauth_tail) = rr; // Append this record to tail of cache slot list
290 ag->rrauth_tail = &(rr->next); // Advance tail pointer
318 (*ag)->rrauth_tail = rp;
    [all...]

Completed in 48 milliseconds