Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1473 typedef union AuthEntity_union AuthEntity; typedef
1474 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };
1480 AuthEntity *rrauth_free;
2657 extern void mDNS_GrowAuth (mDNS *const m, AuthEntity *storage, mDNSu32 numrecords);
H A DmDNS.c176 mDNSlocal void ReleaseAuthEntity(AuthHash *r, AuthEntity *e) in ReleaseAuthEntity()
189 AuthEntity *e = (AuthEntity *)(*cp); in ReleaseAuthGroup()
199 mDNSlocal AuthEntity *GetAuthEntity(AuthHash *r, const AuthGroup *const PreserveAG) in GetAuthEntity()
201 AuthEntity *e = mDNSNULL; in GetAuthEntity()
212 AuthEntity *storage = mDNSPlatformMemAllocate(sizeof(AuthEntity)); in GetAuthEntity()
286 ReleaseAuthEntity(r, (AuthEntity*)ag); in GetAuthGroup()