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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h101 #define MaximumRDSize 264 macro
1002 // MaximumRDSize is 8K the absolute maximum we support (at least for now)
1004 #ifndef MaximumRDSize
1005 #define MaximumRDSize 8192 macro
1696 mDNSu8 _extradata[MaximumRDSize-InlineCacheRDSize]; // Glue on the necessary number of extra bytes

Completed in 70 milliseconds