Home
last modified time | relevance | path

Searched refs:AuthGroupForRecord (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNS.c247 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *con… in AuthGroupForRecord() function
272 …if (AuthGroupForRecord(r, slot, rr)) LogMsg("GetAuthGroup: Already have AuthGroup for %##s", rr->n… in GetAuthGroup()
274 …if (AuthGroupForRecord(r, slot, rr) != ag) LogMsg("GetAuthGroup: Not finding AuthGroup for %##s", … in GetAuthGroup()
284 ag = AuthGroupForRecord(r, slot, &rr->resrec); in InsertAuthRecord()
302 a = AuthGroupForRecord(r, slot, &rr->resrec); in RemoveAuthRecord()
958 a = AuthGroupForRecord(r, slot, &rr->resrec); in CheckAuthIdenticalRecord()
985 a = AuthGroupForRecord(r, slot, &rr->resrec); in CheckAuthRecordConflict()
1008 a = AuthGroupForRecord(r, slot, &rr->resrec); in CheckAuthSameRecord()
1374 a = AuthGroupForRecord(&m->rrauth, slot, &rr->resrec); in mDNS_Deregister_internal()
DmDNSEmbeddedAPI.h2749 extern AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const r…