Searched refs:CompressedDomainNameLength (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c719 // CompressedDomainNameLength returns the length of a domain name INCLUDING the byte
724 // of that parent, CompressedDomainNameLength returns the length of the prefix portion
728 mDNSexport mDNSu16 CompressedDomainNameLength(const domainname *const name, const domainname *parent) function
1982 case kDNSType_DNAME: return(CompressedDomainNameLength(&rd->name, name));
1984 case kDNSType_SOA: return (mDNSu16)(CompressedDomainNameLength(&rd->soa.mname, name) +
1985 CompressedDomainNameLength(&rd->soa.rname, name) +
2001 case kDNSType_KX: return (mDNSu16)(2 + CompressedDomainNameLength(&rd->mx.exchange, name));
2003 case kDNSType_RP: return (mDNSu16)(CompressedDomainNameLength(&rd->rp.mbox, name) +
2004 CompressedDomainNameLength(&rd->rp.txt, name));
2006 case kDNSType_PX: return (mDNSu16)(2 + CompressedDomainNameLength(
[all...]
H A DDNSCommon.h113 extern mDNSu16 CompressedDomainNameLength(const domainname *const name, const domainname *parent);

Completed in 155 milliseconds