Searched defs:InlineCacheRDSize (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h804 // InlineCacheRDSize is 68
816 #define InlineCacheRDSize 68 macro
877 mDNSu16 MaxRDLength; // Storage allocated for data (may be greater than InlineCacheRDSize if additional storage follows this object)
879 mDNSu8 data[InlineCacheRDSize];
1353 mDNSu8 _extradata[MaximumRDSize-InlineCacheRDSize]; // Glue on the necessary number of extra bytes
2528 // are InlineCacheRDSize or less, then you can just make a simple mDNSPlatformMemAllocate() stub that always returns
2529 // NULL. InlineCacheRDSize is a compile-time constant, which is set by default to 68. If you need to handle records

Completed in 49 milliseconds