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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h115 extern const domainname *SkipLeadingLabels(const domainname *d, int skip);
H A DuDNS.c1739 if (SameDomainName(SkipLeadingLabels(rr->resrec.name, srvcount - x), SkipLeadingLabels(&hi->fqdn, hostcount - x)))
4332 newRR->zone = SkipLeadingLabels(newRR->resrec.name, c1-c2);
5733 const domainname *d = SkipLeadingLabels(&p->domain, labels - 1);
H A DmDNS.c2082 if (GetLabelDecimalValue(SkipLeadingLabels(name, skip+3)->c, &a->ip.v4.b[0]) ||
2083 GetLabelDecimalValue(SkipLeadingLabels(name, skip+2)->c, &a->ip.v4.b[1]) ||
2084 GetLabelDecimalValue(SkipLeadingLabels(name, skip+1)->c, &a->ip.v4.b[2]) ||
2085 GetLabelDecimalValue(SkipLeadingLabels(name, skip+0)->c, &a->ip.v4.b[3])) return mStatus_Invalid;
2102 n = SkipLeadingLabels(name, skip);
2126 const domainname *suffix = SkipLeadingLabels(name, skip);
8335 if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name))
10585 if (SameDomainName(SkipLeadingLabels(name, namecount - newcount), newname))
H A Duds_daemon.c767 if ((bestDelta == -1 || delta <= bestDelta) && SameDomainName(&delem->name, SkipLeadingLabels(d, delta)))
3051 const domainname *d = SkipLeadingLabels(domain, (qcount - scount));
H A DDNSCommon.c755 // SkipLeadingLabels skips over the first 'skip' labels in the domainname,
757 mDNSexport const domainname *SkipLeadingLabels(const domainname *d, int skip) function

Completed in 180 milliseconds