Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c86 if (StandardAuthRDSize < MCAST_NSEC3_RDLENGTH) in ConstructNSEC3Record()
88 …cord: StandardAuthRDSize %d smaller than MCAST_NSEC3_RDLENGTH %d", StandardAuthRDSize, MCAST_NSEC3… in ConstructNSEC3Record()
H A DmDNSEmbeddedAPI.h1008 #define StandardAuthRDSize 264 macro
1030 mDNSu8 data[StandardAuthRDSize];
1043 mDNSu8 data[StandardAuthRDSize];
3547 char assertE[(StandardAuthRDSize >= 256 ) ? 1 : -1];
H A DmDNS.c2708 if (nsec.resrec.rdlength <= StandardAuthRDSize) in SendResponses()