Searched defs:zoneSize (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c2802 // at the end, it will get compressed. Hence, we subtract zoneSize and add two bytes for
2804 mDNSlocal mDNSu32 RREstimatedSize(AuthRecord *rr, int zoneSize) argument
2820 debugf("RREstimatedSize: ResourceRecord %##s (%s), DomainNameLength %d, zoneSize %d, rdestimate %d",
2821 rr->resrec.name->c, DNSTypeName(rr->resrec.rrtype), DomainNameLength(rr->resrec.name), zoneSize, rdlength);
2822 return DomainNameLength(rr->resrec.name) - zoneSize + 2 + 10 + rdlength;
2831 debugf("RREstimatedSize: ResourceRecord %##s (%s), DomainNameLength %d, zoneSize %d, rdestimate %d",
2832 rr->resrec.name->c, DNSTypeName(rr->resrec.rrtype), DomainNameLength(rr->resrec.name), zoneSize, rdlength);
2833 return DomainNameLength(rr->resrec.name) - zoneSize + 2 + 10 + 2 + 10 + rdlength;
2837 return DomainNameLength(rr->resrec.name) - zoneSize + 2 + 10 + rdlength;
2905 mDNSs32 zoneSize, rrSiz local
[all...]

Completed in 340 milliseconds