Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:AuthEntity

1154 typedef union AuthEntity_union AuthEntity;
1155 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };
1161 AuthEntity *rrauth_free;
2135 extern void mDNS_GrowAuth (mDNS *const m, AuthEntity *storage, mDNSu32 numrecords);