Home
last modified time | relevance | path

Searched refs:rn_zeros (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/routed/
H A Dradix.c47 static char *rn_zeros, *rn_ones; variable
851 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()
877 rn_zeros = (char *)rtmalloc(3 * max_keylen, "rn_init"); in rn_init()
878 Bzero(rn_zeros, 3 * max_keylen); in rn_init()
879 rn_ones = cp = rn_zeros + max_keylen; in rn_init()
/freebsd/sys/net/
H A Dradix.c66 static char rn_zeros[RADIX_MAX_KEY_LEN]; variable
1108 t = rn_newpair(rn_zeros, off, base_nodes); in rn_inithead_internal()