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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Danonymous.c85 // We are just allocating an RData which has StandardAuthRDSize
86 if (StandardAuthRDSize < MCAST_NSEC3_RDLENGTH)
88 LogMsg("ConstructNSEC3Record: StandardAuthRDSize %d smaller than MCAST_NSEC3_RDLENGTH %d", StandardAuthRDSize, MCAST_NSEC3_RDLENGTH);
H A DmDNSEmbeddedAPI.h99 // StandardAuthRDSize is 264 (256+8), which is large enough to hold a maximum-sized SRV record (6 + 256 bytes)
999 // StandardAuthRDSize is 264 (256+8), which is large enough to hold a maximum-sized SRV record (6 + 256 bytes)
1001 #define StandardAuthRDSize 264 macro
1023 mDNSu8 data[StandardAuthRDSize];
1036 mDNSu8 data[StandardAuthRDSize];
3533 char assertE[(StandardAuthRDSize >= 256 ) ? 1 : -1];
H A DmDNS.c2707 if (nsec.resrec.rdlength <= StandardAuthRDSize)

Completed in 284 milliseconds