Searched refs:rrauth_hash (Results 1 – 3 of 3) sorted by relevance
1162 for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) \1173 AuthGroup *rrauth_hash[AUTH_HASH_SLOTS]; member
208 AuthGroup **cp = &r->rrauth_hash[slot]; in GetAuthEntity()241 for (ag = r->rrauth_hash[slot]; ag; ag=ag->next) in AuthGroupForName()257 ag->next = r->rrauth_hash[slot]; in GetAuthGroup()273 r->rrauth_hash[slot] = ag; in GetAuthGroup()4382 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in mDNS_Execute()4449 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in mDNS_Execute()10692 m->rrauth.rrauth_hash[slot] = mDNSNULL; in mDNS_Init()
4218 if (m->rrauth.rrauth_hash[slot]) authslot++; in LogEtcHosts()4219 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in LogEtcHosts()4254 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in LogLocalOnlyAuthRecords()