Home
last modified time | relevance | path

Searched refs:rdestimate (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.c2396 rr.resrec.rdestimate = sizeof(rdataOPT); in putUpdateLease()
2411 rr.resrec.rdestimate = sizeof(rdataOPT); in putUpdateLeaseWithLimit()
2451 rr->rdestimate = GetRDLength(rr, mDNStrue); in SetNewRData()
3250 rr->resrec.rdestimate = 0; in GetLargeResourceRecord()
H A DuDNS.c1037 opt->rdestimate = sizeof(rdataOPT); in putLLQ()
2070 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in CompleteRecordNatMap()
3104 rdlength = rr->resrec.rdestimate; in RREstimatedSize()
3388 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in hndlSRVChanged()
3418 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in hndlSRVChanged()
4136 newRR->resrec.rdlength = newRR->resrec.rdestimate = 0; in RecordRegistrationGotZoneData()
H A DmDNS.c1756 rr->resrec.rdestimate = GetRDLength(&rr->resrec, mDNStrue); in mDNS_Register_internal()
3098 opt.resrec.rdestimate = sizeof(rdataOPT); in SendResponses()
3102 opt.resrec.rdestimate += sizeof(rdataOPT); in SendResponses()
3319 forecast += 12 + cr->resrec.rdestimate; in BuildQuestion()
3585 forecast += 12 + cr->resrec.rdestimate; in AccelerateThisQuery()
4022 opt.resrec.rdestimate = sizeof(rdataOPT); in SendQueries()
4026 opt.resrec.rdestimate += sizeof(rdataOPT); in SendQueries()
6344 opt.resrec.rdestimate = sizeof(rdataOPT) * 2; in SendSPSRegistrationForOwner()
10407 opt.resrec.rdestimate = sizeof(rdataOPT); in mDNSCoreReceiveUpdate()
10429 opt.resrec.rdestimate = sizeof(rdataOPT); in mDNSGenerateOwnerOptForInterface()
[all …]
H A DmDNSEmbeddedAPI.h1293 …mDNSu16 rdestimate; // Upper bound on on-the-wire size of rdata after name compres… member