Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dradix.c91 static char *rn_zeros, *rn_ones; variable
1224 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()
1263 rn_zeros = zalloc_permanent(3 * max_keylen, ZALIGN_NONE); in rn_init()
1264 rn_ones = cp = rn_zeros + max_keylen; in rn_init()