Searched refs:IdenticalSameNameRecord (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h130 // IdenticalSameNameRecord is the same, except it skips the expensive SameDomainName() check,
150 #define IdenticalSameNameRecord(r1,r2) ( \ macro
H A DmDNS.c992 if (s1 != s2 && SameResourceRecordSignature((*rp), rr) && !IdenticalSameNameRecord(&(*rp)->resrec, &rr->resrec))
2687 if (!IdenticalSameNameRecord(&cr->resrec, &m->SPSRecords.RR_PTR.resrec)) // and is not our own advertised service...
5658 if (match && IdenticalSameNameRecord(pktrr, &rr->resrec)) break;
6704 if (IdenticalSameNameRecord(&m->rec.r.resrec, &rr->resrec))
6822 if (match && IdenticalSameNameRecord(&m->rec.r.resrec, &rr->resrec))
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c726 if (rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !IdenticalSameNameRecord(&rr->resrec, r))

Completed in 895 milliseconds