Searched refs:rrauth (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c1213 if (CheckAuthSameRecord(&m->rrauth, rr))
1394 if (CheckAuthRecordConflict(&m->rrauth, rr))
1427 r = CheckAuthIdenticalRecord(&m->rrauth, rr);
1456 ag = InsertAuthRecord(m, &m->rrauth, rr);
1549 a = AuthGroupForRecord(&m->rrauth, slot, &rr->resrec);
1584 if (!InsertAuthRecord(m, &m->rrauth, dup)) LogMsg("mDNS_Deregister_internal: ERROR!! cannot insert %s", ARDisplayString(m, dup));
1726 AuthGroup *ag = RemoveAuthRecord(m, &m->rrauth, rr);
4431 ag = AuthGroupForName(&m->rrauth, slot, q->qnamehash, &q->qname);
4690 ag = AuthGroupForName(&m->rrauth, slot, q->qnamehash, &q->qname);
5106 for (ag = m->rrauth
[all...]
H A DmDNSEmbeddedAPI.h1463 for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) \
2346 AuthHash rrauth; member in struct:mDNS_struct
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5341 if (m->rrauth.rrauth_hash[slot]) authslot++;
5342 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next)
5364 else if (truncated) LogMsgNoIdent("<Truncated: to 50 records, Total records %d, Total Auth Groups %d, Auth Slots %d>", count, m->rrauth.rrauth_totalused, authslot);
5376 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c9386 ag1 = AuthGroupForRecord(&m->rrauth, slot, &rr->resrec);
9436 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next)

Completed in 307 milliseconds