Searched refs:SkipLeadingLabels (Results 1 – 5 of 5) sorted by relevance
| /titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | DNSCommon.h | 115 extern const domainname *SkipLeadingLabels(const domainname *d, int skip);
|
| H A D | mDNS.c | 2036 if (GetLabelDecimalValue(SkipLeadingLabels(name, skip+3)->c, &a->ip.v4.b[0]) || in GetIPv4FromName() 2037 GetLabelDecimalValue(SkipLeadingLabels(name, skip+2)->c, &a->ip.v4.b[1]) || in GetIPv4FromName() 2038 GetLabelDecimalValue(SkipLeadingLabels(name, skip+1)->c, &a->ip.v4.b[2]) || in GetIPv4FromName() 2039 … GetLabelDecimalValue(SkipLeadingLabels(name, skip+0)->c, &a->ip.v4.b[3])) return mStatus_Invalid; in GetIPv4FromName() 2056 n = SkipLeadingLabels(name, skip); in GetIPv6FromName() 2080 const domainname *suffix = SkipLeadingLabels(name, skip); in ReverseMapDomainType() 7815 const domainname *subName = SkipLeadingLabels(domainName, 1); in getPrimaryServiceName() 7820 primaryName = SkipLeadingLabels(domainName, 2); in getPrimaryServiceName() 7870 const domainname *name = SkipLeadingLabels(rr->resrec.name, 1); in ExpectingMulticastResponseForRecord() 8337 … if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name)) in mDNSCoreReceiveNoUnicastAnswers() [all …]
|
| H A D | uDNS.c | 1725 …if (SameDomainName(SkipLeadingLabels(rr->resrec.name, srvcount - x), SkipLeadingLabels(&hi->fqdn, … in GetServiceTarget() 4310 newRR->zone = SkipLeadingLabels(newRR->resrec.name, c1-c2); in RecordRegistrationGotZoneData() 5695 const domainname *d = SkipLeadingLabels(&p->domain, labels - 1); in uDNS_GetNextSearchDomain()
|
| H A D | uds_daemon.c | 757 …estDelta == -1 || delta <= bestDelta) && SameDomainName(&delem->name, SkipLeadingLabels(d, delta))) 3027 const domainname *d = SkipLeadingLabels(domain, (qcount - scount)); in DomainInSearchList()
|
| H A D | DNSCommon.c | 757 mDNSexport const domainname *SkipLeadingLabels(const domainname *d, int skip) in SkipLeadingLabels() function
|