Searched refs:MCAST_NSEC3_RDLENGTH (Results 1 – 2 of 2) sorted by relevance
86 if (StandardAuthRDSize < MCAST_NSEC3_RDLENGTH) in ConstructNSEC3Record()88 …dardAuthRDSize %d smaller than MCAST_NSEC3_RDLENGTH %d", StandardAuthRDSize, MCAST_NSEC3_RDLENGTH); in ConstructNSEC3Record()106 rr->rdlength = MCAST_NSEC3_RDLENGTH; in ConstructNSEC3Record()107 rr->rdestimate = MCAST_NSEC3_RDLENGTH; in ConstructNSEC3Record()125 if (rr->rdlength < MCAST_NSEC3_RDLENGTH) in CopyNSEC3ResourceRecord()127 …urceRecord: rdlength %d smaller than MCAST_NSEC3_RDLENGTH %d", rr->rdlength, MCAST_NSEC3_RDLENGTH); in CopyNSEC3ResourceRecord()
880 #define MCAST_NSEC3_RDLENGTH (4 + 5 + 21 + 34) macro