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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h2739 extern AuthGroup *RemoveAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr);
H A DmDNS.c295 mDNSexport AuthGroup *RemoveAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr) function
303 if (!a) { LogMsg("RemoveAuthRecord: ERROR!! AuthGroup not found for %s", ARDisplayString(m, rr)); return mDNSNULL; }
313 LogInfo("RemoveAuthRecord: removing auth record %s from table", ARDisplayString(m, rr));
1538 AuthGroup *ag = RemoveAuthRecord(m, &m->rrauth, rr);

Completed in 380 milliseconds