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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c94 if (StandardAuthRDSize < MCAST_NSEC3_RDLENGTH)
96 LogMsg("ConstructNSEC3Record: StandardAuthRDSize %d smaller than MCAST_NSEC3_RDLENGTH %d", StandardAuthRDSize, MCAST_NSEC3_RDLENGTH);
114 rr->rdlength = MCAST_NSEC3_RDLENGTH;
115 rr->rdestimate = MCAST_NSEC3_RDLENGTH;
134 if (rr->rdlength < MCAST_NSEC3_RDLENGTH)
136 LogMsg("CopyNSEC3ResourceRecord: rdlength %d smaller than MCAST_NSEC3_RDLENGTH %d", rr->rdlength, MCAST_NSEC3_RDLENGTH);
H A DmDNSEmbeddedAPI.h875 #define MCAST_NSEC3_RDLENGTH (4 + 5 + 21 + 34) macro

Completed in 62 milliseconds