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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h100 // StandardAuthRDSize is 264 (256+8), which is large enough to hold a maximum-sized SRV record (6 + 256 bytes)
1001 // StandardAuthRDSize is 264 (256+8), which is large enough to hold a maximum-sized SRV record (6 + 256 bytes)
1003 #define StandardAuthRDSize 264 macro
1025 mDNSu8 data[StandardAuthRDSize];
1038 mDNSu8 data[StandardAuthRDSize];
3569 char assertE[(StandardAuthRDSize >= 256 ) ? 1 : -1];

Completed in 123 milliseconds