Searched refs:MaximumRDSize (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h800 // MaximumRDSize is 8K the absolute maximum we support (at least for now)
802 #define MaximumRDSize 8192 macro
1353 mDNSu8 _extradata[MaximumRDSize-InlineCacheRDSize]; // Glue on the necessary number of extra bytes
H A DDNSCommon.c2193 rr->resrec.rdata->MaxRDLength = MaximumRDSize;
2291 while (ptr < end && (mDNSu8 *)(opt+1) < &rr->resrec.rdata->u.data[MaximumRDSize])

Completed in 2333 milliseconds