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

  /external/mdnsresponder/mDNSCore/
mDNS.c 165 e->next = r->rrauth_free;
166 r->rrauth_free = e;
189 if (!r->rrauth_free)
197 r->rrauth_free = storage;
202 if (!r->rrauth_free)
219 if (r->rrauth_free) // If there are records in the free list, take one
221 e = r->rrauth_free;
222 r->rrauth_free = e->next;
    [all...]
mDNSEmbeddedAPI.h 1172 AuthEntity *rrauth_free; member in struct:__anon26754
    [all...]

Completed in 58 milliseconds