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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h799 // StandardAuthRDSize is 264 (256+8), which is large enough to hold a maximum-sized SRV record (6 + 256 bytes)
801 #define StandardAuthRDSize 264 macro
836 mDNSu8 data[StandardAuthRDSize];
850 mDNSu8 data[StandardAuthRDSize];
2924 char assertE[(StandardAuthRDSize >= 256 ) ? 1 : -1];

Completed in 61 milliseconds