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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.c99 static char *rn_zeros, *rn_ones; variable
1126 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1165 R_Malloc(rn_zeros, char *, 3 * max_keylen);
1166 if (rn_zeros == NULL)
1168 Bzero(rn_zeros, 3 * max_keylen);
1169 rn_ones = cp = rn_zeros + max_keylen;

Completed in 8 milliseconds