Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DDNSCommon.c1954 rr.resrec.rdestimate = sizeof(rdataOPT); in putUpdateLease()
1969 rr.resrec.rdestimate = sizeof(rdataOPT); in putUpdateLeaseWithLimit()
1993 hinfo.resrec.rdestimate = len; in putHINFO()
2033 rr->rdestimate = GetRDLength(rr, mDNStrue); in SetNewRData()
2396 rr->resrec.rdestimate = 0; in GetLargeResourceRecord()
DuDNS.c719 opt->rdestimate = sizeof(rdataOPT); in putLLQ()
1790 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in CompleteRecordNatMap()
2816 rdlength = rr->resrec.rdestimate; in RREstimatedSize()
3101 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in hndlSRVChanged()
3131 rr->resrec.rdlength = rr->resrec.rdestimate = 0; in hndlSRVChanged()
3852 newRR->resrec.rdlength = newRR->resrec.rdestimate = 0; in RecordRegistrationGotZoneData()
3874 newRR->resrec.rdlength = newRR->resrec.rdestimate = 0; in RecordRegistrationGotZoneData()
DmDNS.c1216 rr->resrec.rdestimate = GetRDLength(&rr->resrec, mDNStrue); in mDNS_Register_internal()
2404 opt.resrec.rdestimate = sizeof(rdataOPT); in SendResponses()
2602 forecast += 12 + rr->resrec.rdestimate; in BuildQuestion()
2828 forecast += 12 + rr->resrec.rdestimate; in AccelerateThisQuery()
3121 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries()
3178 opt.resrec.rdestimate = sizeof(rdataOPT); in SendQueries()
4890 opt.resrec.rdestimate = sizeof(rdataOPT) * 2; in SendSPSRegistrationForOwner()
7370 opt.resrec.rdestimate = sizeof(rdataOPT); in mDNSCoreReceiveUpdate()
7453 cr->resrec.rdestimate = 0; in MakeNegativeCacheRecord()
DmDNSEmbeddedAPI.h1100 mDNSu16 rdestimate; // Upper bound on on-the-wire size of rdata after name compression member
/external/mdnsresponder/mDNSShared/
Ddnsextd.c1651 opt->resrec.rdestimate = sizeof(rdataOPT); in FormatLLQOpt()