Searched refs:SkipLeadingLabels (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h113 extern const domainname *SkipLeadingLabels(const domainname *d, int skip);
H A DuDNS.c1432 if (SameDomainName(SkipLeadingLabels(rr->resrec.name, srvcount - x), SkipLeadingLabels(&hi->fqdn, hostcount - x)))
3809 newRR->zone = SkipLeadingLabels(newRR->resrec.name, c1-c2);
4888 const domainname *d = SkipLeadingLabels(&p->domain, labels - 1);
H A DmDNS.c1801 if (GetLabelDecimalValue(SkipLeadingLabels(name, skip+3)->c, &a->ip.v4.b[0]) ||
1802 GetLabelDecimalValue(SkipLeadingLabels(name, skip+2)->c, &a->ip.v4.b[1]) ||
1803 GetLabelDecimalValue(SkipLeadingLabels(name, skip+1)->c, &a->ip.v4.b[2]) ||
1804 GetLabelDecimalValue(SkipLeadingLabels(name, skip+0)->c, &a->ip.v4.b[3])) return mStatus_Invalid;
1821 n = SkipLeadingLabels(name, skip);
1845 const domainname *suffix = SkipLeadingLabels(name, skip);
7133 if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name))
7797 if (SameDomainName(SkipLeadingLabels(name, namecount - newcount), newname))
H A DDNSCommon.c466 // SkipLeadingLabels skips over the first 'skip' labels in the domainname,
468 mDNSexport const domainname *SkipLeadingLabels(const domainname *d, int skip) function
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c590 if ((bestDelta == -1 || delta <= bestDelta) && SameDomainName(&delem->name, SkipLeadingLabels(d, delta)))

Completed in 138 milliseconds