Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:SkipLeadingLabels

1801 	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))