Searched refs:AuthGroupForRecord (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 247 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()
|
D | mDNSEmbeddedAPI.h | 2749 extern AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const r…
|