Searched refs:rdestimate (Results 1 – 4 of 4) sorted by relevance
2396 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()
1037 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()
1756 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()3934 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries()3964 …ar->resrec.rrtype), ar->ProbeCount, ar->resrec.InterfaceID, ar->resrec.rdestimate, answerforecast); in SendQueries()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()[all …]
1293 …mDNSu16 rdestimate; // Upper bound on on-the-wire size of rdata after name compres… member