Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:AG

1160 #define FORALL_AUTHRECORDS(SLOT,AG,AR)                           	\
1162 for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) \
1163 for ((AR) = (AG)->members; (AR); (AR)=(AR)->next)
1166 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };