Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dradix.c92 static char *rn_zeros, *rn_ones; variable
1272 t = rn_newpair(rn_zeros, (int8_t)max_keylen, off, rnh->rnh_nodes); in rn_inithead()
1311 rn_zeros = zalloc_permanent(3 * max_keylen, ZALIGN_NONE); in rn_init()
1312 rn_ones = cp = rn_zeros + max_keylen; in rn_init()