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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c93 // We are just allocating an RData which has StandardAuthRDSize
94 if (StandardAuthRDSize < MCAST_NSEC3_RDLENGTH)
96 LogMsg("ConstructNSEC3Record: StandardAuthRDSize %d smaller than MCAST_NSEC3_RDLENGTH %d", StandardAuthRDSize, MCAST_NSEC3_RDLENGTH);
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];
H A DmDNS.c2754 if (nsec.resrec.rdlength <= StandardAuthRDSize)

Completed in 104 milliseconds