Searched refs:AuthGroupForRecord (Results 1 – 2 of 2) sorted by relevance
| /titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | mDNS.c | 264 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *con… in AuthGroupForRecord() function 291 …if (AuthGroupForRecord(r, slot, rr)) LogMsg("GetAuthGroup: Already have AuthGroup for %##s", rr->n… in GetAuthGroup() 293 …if (AuthGroupForRecord(r, slot, rr) != ag) LogMsg("GetAuthGroup: Not finding AuthGroup for %##s", … in GetAuthGroup() 303 ag = AuthGroupForRecord(r, slot, &rr->resrec); in InsertAuthRecord() 321 a = AuthGroupForRecord(r, slot, &rr->resrec); in RemoveAuthRecord() 1068 a = AuthGroupForRecord(r, slot, &rr->resrec); in CheckAuthIdenticalRecord() 1095 a = AuthGroupForRecord(r, slot, &rr->resrec); in CheckAuthRecordConflict() 1118 a = AuthGroupForRecord(r, slot, &rr->resrec); in CheckAuthSameRecord() 1538 a = AuthGroupForRecord(&m->rrauth, slot, &rr->resrec); in mDNS_Deregister_internal()
|
| H A D | mDNSEmbeddedAPI.h | 3310 extern AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const r…
|