Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c107 rr->rdestimate = MCAST_NSEC3_RDLENGTH; in ConstructNSEC3Record()
H A DDNSCommon.c2616 rr.resrec.rdestimate = sizeof(rdataOPT); in putUpdateLease()
2631 rr.resrec.rdestimate = sizeof(rdataOPT); in putUpdateLeaseWithLimit()
2649 rr.resrec.rdestimate = 0; in putDNSSECOption()
2673 hinfo.resrec.rdestimate = len; in putHINFO()
2713 rr->rdestimate = GetRDLength(rr, mDNStrue); in SetNewRData()
3530 rr->resrec.rdestimate = 0; in GetLargeResourceRecord()
H A DuDNS.c1001 opt->rdestimate = sizeof(rdataOPT); in putLLQ()
2095 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in CompleteRecordNatMap()
3135 rdlength = rr->resrec.rdestimate; in RREstimatedSize()
3420 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in hndlSRVChanged()
3450 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in hndlSRVChanged()
4353 newRR->resrec.rdlength = newRR->resrec.rdestimate = 0; in RecordRegistrationGotZoneData()
4375 newRR->resrec.rdlength = newRR->resrec.rdestimate = 0; in RecordRegistrationGotZoneData()
H A DmDNS.c1361 rr->resrec.rdestimate = GetRDLength(&rr->resrec, mDNStrue); in mDNS_Register_internal()
2752 opt.resrec.rdestimate = sizeof(rdataOPT); in SendResponses()
2756 opt.resrec.rdestimate += sizeof(rdataOPT); in SendResponses()
2971 forecast += 12 + rr->resrec.rdestimate; in BuildQuestion()
3237 forecast += 12 + rr->resrec.rdestimate; in AccelerateThisQuery()
3614 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries()
3692 opt.resrec.rdestimate = sizeof(rdataOPT); in SendQueries()
3696 opt.resrec.rdestimate += sizeof(rdataOPT); in SendQueries()
5867 opt.resrec.rdestimate = sizeof(rdataOPT) * 2; in SendSPSRegistrationForOwner()
10092 opt.resrec.rdestimate = sizeof(rdataOPT); in mDNSCoreReceiveUpdate()
[all …]
H A DmDNSEmbeddedAPI.h1404 …mDNSu16 rdestimate; // Upper bound on on-the-wire size of rdata after name compres… member