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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c310 mDNSexport AuthGroup *RemoveAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr) function
318 if (!a) { LogMsg("RemoveAuthRecord: ERROR!! AuthGroup not found for %s", ARDisplayString(m, rr)); return mDNSNULL; }
328 LogInfo("RemoveAuthRecord: removing auth record %s from table", ARDisplayString(m, rr));
1761 AuthGroup *ag = RemoveAuthRecord(m, &m->rrauth, rr);

Completed in 225 milliseconds