Searched refs:rrauth_hash (Results 1 – 3 of 3) sorted by relevance
1371 …for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) …1382 AuthGroup *rrauth_hash[AUTH_HASH_SLOTS]; member
346 AuthGroup **cp = &r->rrauth_hash[slot]; in GetAuthEntity()381 for (ag = r->rrauth_hash[slot]; ag; ag=ag->next) in AuthGroupForName()398 ag->next = r->rrauth_hash[slot]; in GetAuthGroup()416 r->rrauth_hash[slot] = ag; in GetAuthGroup()5597 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in mDNS_Execute()5665 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in mDNS_Execute()14588 m->rrauth.rrauth_hash[slot] = mDNSNULL; in mDNS_InitStorage()
5591 if (m->rrauth.rrauth_hash[slot]) authslot++; in LogEtcHostsToFD()5592 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in LogEtcHostsToFD()5627 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in LogLocalOnlyAuthRecordsToFD()