Searched refs:rrauth_hash (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1151 for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) \
1162 AuthGroup *rrauth_hash[AUTH_HASH_SLOTS]; member in struct:__anon26812
H A DmDNS.c208 AuthGroup **cp = &r->rrauth_hash[slot];
241 for (ag = r->rrauth_hash[slot]; ag; ag=ag->next)
257 ag->next = r->rrauth_hash[slot];
273 r->rrauth_hash[slot] = ag;
4382 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next)
4449 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next)
10692 m->rrauth.rrauth_hash[slot] = mDNSNULL;
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4216 if (m->rrauth.rrauth_hash[slot]) authslot++;
4217 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next)
4252 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next)

Completed in 233 milliseconds