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

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix.c94 static char *rn_zeros = NULL, *rn_ones = NULL; variable
989 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1019 if (rn_zeros == NULL) {
1020 R_Malloc(rn_zeros, char *, 3 * max_keylen);
1022 if (rn_zeros == NULL)
1024 Bzero(rn_zeros, 3 * max_keylen);
1025 rn_ones = cp = rn_zeros + max_keylen;
1069 if (rn_zeros != NULL) {
1070 FreeS(rn_zeros, 3 * max_keylen);
1071 rn_zeros
[all...]
H A Dradix_ipf.h178 # define rn_zeros ipf_rn_zeros macro
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.c67 static char *rn_zeros, *rn_ones; variable
1053 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1093 R_Malloc(rn_zeros, char *, 3 * max_keylen);
1094 if (rn_zeros == NULL)
1096 memset(rn_zeros, 0, 3 * max_keylen);
1097 rn_ones = cp = rn_zeros + max_keylen;
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.c62 static char *rn_zeros, *rn_ones; variable
862 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
888 rn_zeros = (char *)rtmalloc(3 * max_keylen, "rn_init");
889 Bzero(rn_zeros, 3 * max_keylen);
890 rn_ones = cp = rn_zeros + max_keylen;

Completed in 117 milliseconds