Searched refs:rrauth (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 1215 if (CheckAuthSameRecord(&m->rrauth, rr)) in mDNS_Register_internal() 1383 if (CheckAuthRecordConflict(&m->rrauth, rr)) in mDNS_Register_internal() 1416 r = CheckAuthIdenticalRecord(&m->rrauth, rr); in mDNS_Register_internal() 1445 ag = InsertAuthRecord(m, &m->rrauth, rr); in mDNS_Register_internal() 1538 a = AuthGroupForRecord(&m->rrauth, slot, &rr->resrec); in mDNS_Deregister_internal() 1573 …if (!InsertAuthRecord(m, &m->rrauth, dup)) LogMsg("mDNS_Deregister_internal: ERROR!! cannot insert… in mDNS_Deregister_internal() 1715 AuthGroup *ag = RemoveAuthRecord(m, &m->rrauth, rr); in mDNS_Deregister_internal() 4442 ag = AuthGroupForName(&m->rrauth, slot, q->qnamehash, &q->qname); in AnswerQuestionWithLORecord() 4701 ag = AuthGroupForName(&m->rrauth, slot, q->qnamehash, &q->qname); in AnswerNewLocalOnlyQuestion() 5117 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in mDNS_Execute() [all …]
|
H A D | mDNSEmbeddedAPI.h | 1470 …for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) … 2357 AuthHash rrauth; member
|
H A D | uds_daemon.c | 5463 if (m->rrauth.rrauth_hash[slot]) authslot++; in LogEtcHosts() 5464 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in LogEtcHosts() 5486 …ords, Total records %d, Total Auth Groups %d, Auth Slots %d>", count, m->rrauth.rrauth_totalused, … in LogEtcHosts() 5498 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) in LogLocalOnlyAuthRecords()
|