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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c115 rr->rdestimate = MCAST_NSEC3_RDLENGTH;
H A DDNSCommon.c1399 // rr->resrec.rdestimate = set in mDNS_Register_internal
2613 rr.resrec.rdestimate = sizeof(rdataOPT);
2628 rr.resrec.rdestimate = sizeof(rdataOPT);
2646 rr.resrec.rdestimate = 0;
2670 hinfo.resrec.rdestimate = len;
2710 rr->rdestimate = GetRDLength(rr, mDNStrue);
3511 SetNewRData(&rr->resrec, mDNSNULL, 0); // Sets rdlength, rdestimate, rdatahash for us
3522 rr->resrec.rdestimate = 0;
H A DuDNS.c1015 opt->rdestimate = sizeof(rdataOPT);
2110 rr->resrec.rdlength = rr->resrec.rdestimate = 0;
2123 SetNewRData(&rr->resrec, mDNSNULL, 0); // Update rdlength, rdestimate, rdatahash
2897 //would modify rdlength/rdestimate
3151 rdlength = rr->resrec.rdestimate;
3155 debugf("RREstimatedSize: ResourceRecord %##s (%s), DomainNameLength %d, zoneSize %d, rdestimate %d",
3164 // Record: Resource Record Name (Compressed = 2) + Base size (10) + rdestimate
3166 debugf("RREstimatedSize: ResourceRecord %##s (%s), DomainNameLength %d, zoneSize %d, rdestimate %d",
3436 rr->resrec.rdlength = rr->resrec.rdestimate = 0;
3466 rr->resrec.rdlength = rr->resrec.rdestimate
[all...]
H A DmDNS.c953 SetNewRData(&rr->resrec, mDNSNULL, 0); // Update rdlength, rdestimate, rdatahash
1388 SetTargetToHostName(m, rr); // Also sets rdlength and rdestimate for us, and calls InitializeLastAPTime();
1404 rr->resrec.rdestimate = GetRDLength(&rr->resrec, mDNStrue);
2798 opt.resrec.rdestimate = sizeof(rdataOPT);
2802 opt.resrec.rdestimate += sizeof(rdataOPT);
3017 forecast += 12 + rr->resrec.rdestimate;
3280 forecast += 12 + rr->resrec.rdestimate;
3657 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate;
3735 opt.resrec.rdestimate = sizeof(rdataOPT);
3739 opt.resrec.rdestimate
[all...]
H A DmDNSEmbeddedAPI.h1402 mDNSu16 rdestimate; // Upper bound on on-the-wire size of rdata after name compression member in struct:ResourceRecord_struct

Completed in 136 milliseconds