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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1008 // InlineCacheRDSize is 68
1020 #define InlineCacheRDSize 68 macro
1067 mDNSu16 MaxRDLength; // Storage allocated for data (may be greater than InlineCacheRDSize if additional storage follows this object)
1069 mDNSu8 data[InlineCacheRDSize];
1696 mDNSu8 _extradata[MaximumRDSize-InlineCacheRDSize]; // Glue on the necessary number of extra bytes
3086 // are InlineCacheRDSize or less, then you can just make a simple mDNSPlatformMemAllocate() stub that always returns
3087 // NULL. InlineCacheRDSize is a compile-time constant, which is set by default to 68. If you need to handle records

Completed in 106 milliseconds