Searched defs:AuthGroupForRecord (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c260 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr) function
287 if (AuthGroupForRecord(r, slot, rr)) LogMsg("GetAuthGroup: Already have AuthGroup for %##s", rr->name->c);
289 if (AuthGroupForRecord(r, slot, rr) != ag) LogMsg("GetAuthGroup: Not finding AuthGroup for %##s", rr->name->c);
299 ag = AuthGroupForRecord(r, slot, &rr->resrec);
317 a = AuthGroupForRecord(r, slot, &rr->resrec);
1076 a = AuthGroupForRecord(r, slot, &rr->resrec);
1103 a = AuthGroupForRecord(r, slot, &rr->resrec);
1126 a = AuthGroupForRecord(r, slot, &rr->resrec);
1584 a = AuthGroupForRecord(&m->rrauth, slot, &rr->resrec);

Completed in 122 milliseconds