Searched refs:DomainNameLengthLimit (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/KerberosHelper-151/Source/
H A DDeconstructServiceName.c45 static UInt16 DomainNameLengthLimit(const domainname *const name, const UInt8 *limit) { function
54 #define DomainNameLength(name) DomainNameLengthLimit((name), (name)->c + MAX_DOMAIN_NAME + 1)
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c708 mDNSexport mDNSu16 DomainNameLengthLimit(const domainname *const name, const mDNSu8 *limit) function
2050 case kDNSType_PTR: len = DomainNameLengthLimit(&rd->u.name, rd->u.data + rdlength);
2066 // Call to DomainNameLengthLimit() implicitly enforces both requirements for us
2067 len = DomainNameLengthLimit(&rd->u.mx.exchange, rd->u.data + rdlength);
2071 // Call to DomainNameLengthLimit() implicitly enforces both requirements for us
2072 len = DomainNameLengthLimit(&rd->u.srv.target, rd->u.data + rdlength);
H A DmDNSEmbeddedAPI.h2823 extern mDNSu16 DomainNameLengthLimit(const domainname *const name, const mDNSu8 *limit);
2824 #define DomainNameLength(name) DomainNameLengthLimit((name), (name)->c + MAX_DOMAIN_NAME)
H A DuDNS.c2749 int alglen = DomainNameLengthLimit(&m->rec.r.resrec.rdata->u.name, rdend);

Completed in 106 milliseconds