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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.c73 * branching removed. The index rn_b at an internal node n represents a bit
75 * of a node n have keys whose bits all agree up to position rn_b - 1.
76 * (We say the index of n is rn_b.)
78 * There is at least one descendant which has a one bit at position rn_b,
88 * If a node n has a descendant (k, m) with index(m) == index(n) == rn_b,
90 * If the index(m) < rn_b, this implies the trailing last few bits of k
112 for (x = head, v = v_arg; x->rn_b >= 0;) {
129 for (x = head; x->rn_b >= 0;) {
214 int test, b, rn_b; local
220 for (; t->rn_b >
[all...]
H A Dradix.h51 short rn_b; /* bit offset; -1-index(netmask) */ member in struct:radix_node
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.c91 * branching removed. The index rn_b at an internal node n represents a bit
93 * of a node n have keys whose bits all agree up to position rn_b - 1.
94 * (We say the index of n is rn_b.)
96 * There is at least one descendant which has a one bit at position rn_b,
106 * If a node n has a descendant (k, m) with index(m) == index(n) == rn_b,
108 * If the index(m) < rn_b, this implies the trailing last few bits of k
131 for (x = head; x->rn_b >= 0;) {
150 for (x = head; x->rn_b >= 0;) {
251 int test, b, rn_b; local
257 for (; t->rn_b >
[all...]
H A Dradix.h44 short rn_b; /* bit offset; -1-index(netmask) */ member in struct:radix_node
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix.c114 * branching removed. The index rn_b at an internal node n represents a bit
116 * of a node n have keys whose bits all agree up to position rn_b - 1.
117 * (We say the index of n is rn_b.)
119 * There is at least one descendant which has a one bit at position rn_b,
129 * If a node n has a descendant (k, m) with index(m) == index(n) == rn_b,
131 * If the index(m) < rn_b, this implies the trailing last few bits of k
152 for (x = head, v = v_arg; x->rn_b >= 0;) {
167 for (x = head; x->rn_b >= 0;) {
251 int test, b, rn_b; local
257 for (; t->rn_b >
[all...]
H A Dradix_ipf.h50 short rn_b; /* bit offset; -1-index(netmask) */ member in struct:radix_node
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Droute.c152 if (rnode.rn_b < 0) {
188 if (rnode.rn_b < 0) {
196 (void)snprintf(nbuf, sizeof nbuf, "(%d)", rnode.rn_b);

Completed in 131 milliseconds