OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:radix_node
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
radix.h
41
struct
radix_node
{
struct
43
struct
radix_node
*rn_p; /* parent */
54
struct
radix_node
*rn_Dupedkey;
58
struct
radix_node
*rn_L;/* progeny */
59
struct
radix_node
*rn_R;/* progeny */
64
struct
radix_node
*rn_twin;
65
struct
radix_node
*rn_ybro;
87
struct
radix_node
*rmu_leaf; /* for normal routes */
105
struct
radix_node
*rnh_treetop;
108
struct
radix_node
*(*rnh_addaddr) /* add based on sockaddr *
[
all
...]
/src/sbin/routed/
radix.h
48
struct
radix_node
{
struct
50
struct
radix_node
*rn_p; /* parent */
61
struct
radix_node
*rn_Dupedkey;
65
struct
radix_node
*rn_L;/* progeny */
66
struct
radix_node
*rn_R;/* progeny */
71
struct
radix_node
*rn_twin;
72
struct
radix_node
*rn_ybro;
94
struct
radix_node
*rmu_leaf; /* for normal routes */
112
struct
radix_node
*rnh_treetop;
115
struct
radix_node
*(*rnh_addaddr) /* add based on sockaddr *
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025