Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:InsertAuthRecord

280 mDNSexport AuthGroup *InsertAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr)
288 LogInfo("InsertAuthRecord: inserting auth record %s from table", ARDisplayString(m, rr));
1298 ag = InsertAuthRecord(m, &m->rrauth, rr);
1409 if (!InsertAuthRecord(m, &m->rrauth, dup)) LogMsg("mDNS_Deregister_internal: ERROR!! cannot insert %s", ARDisplayString(m, dup));