Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dradix.c95 static char *rn_zeros, *rn_ones; variable
1235 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()
1274 R_Malloc(rn_zeros, char *, 3 * max_keylen); in rn_init()
1275 if (rn_zeros == NULL) { in rn_init()
1278 Bzero(rn_zeros, 3 * max_keylen); in rn_init()
1279 rn_ones = cp = rn_zeros + max_keylen; in rn_init()