OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rn_b
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/routed/
radix.c
73
* 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
>= 0; )
[
all
...]
radix.h
51
short
rn_b
; /* bit offset; -1-index(netmask) */
member in struct:radix_node
/src/sys/net/
radix.c
93
* branching removed. The index
rn_b
at an internal node n represents a bit
95
* of a node n have keys whose bits all agree up to position
rn_b
- 1.
96
* (We say the index of n is
rn_b
.)
98
* There is at least one descendant which has a one bit at position
rn_b
,
108
* If a node n has a descendant (k, m) with index(m) == index(n) ==
rn_b
,
110
* If the index(m) <
rn_b
, this implies the trailing last few bits of k
133
for (x = head; x->
rn_b
>= 0;) {
152
for (x = head; x->
rn_b
>= 0;) {
253
int test, b,
rn_b
;
local
259
for (; t->
rn_b
>= 0; )
[
all
...]
radix.h
44
short
rn_b
; /* bit offset; -1-index(netmask) */
member in struct:radix_node
/src/usr.bin/netstat/
route.c
149
if (rnode.
rn_b
< 0) {
186
if (rnode.
rn_b
< 0) {
195
(void)snprintf(nbuf, sizeof nbuf, "(%d)", rnode.
rn_b
);
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026