RN_MAXKEYLEN
if (off_bytes >= RN_MAXKEYLEN) /* prevent possible misuse */
if (dom->dom_maxrtkey > RN_MAXKEYLEN) {
dom->dom_name, dom->dom_maxrtkey, RN_MAXKEYLEN);
u_char *p, addmask_key[RN_MAXKEYLEN];
if ((mlen = clen(mask)) > RN_MAXKEYLEN)
mlen = RN_MAXKEYLEN;
R_Malloc(x, struct radix_node *, RN_MAXKEYLEN + 2 * (sizeof *x));
bzero(x, RN_MAXKEYLEN + 2 * (sizeof *x));
static const u_char rn_zeros[RN_MAXKEYLEN];
static const u_char rn_ones[RN_MAXKEYLEN] = RN_MAXKEYONES;