Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c182 e->next = r->rrauth_free; in ReleaseAuthEntity()
183 r->rrauth_free = e; in ReleaseAuthEntity()
206 if (!r->rrauth_free) in GetAuthEntity()
214 r->rrauth_free = storage; in GetAuthEntity()
219 if (!r->rrauth_free) in GetAuthEntity()
236 if (r->rrauth_free) // If there are records in the free list, take one in GetAuthEntity()
238 e = r->rrauth_free; in GetAuthEntity()
239 r->rrauth_free = e->next; in GetAuthEntity()
14263 m->rrauth.rrauth_free = mDNSNULL; in mDNS_Init()
H A DmDNSEmbeddedAPI.h1480 AuthEntity *rrauth_free; member