OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radix_node_head
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/net/
radix.h
104
struct
radix_node_head
{
struct
110
struct
radix_node_head
*head, struct radix_node nodes[]);
113
struct
radix_node_head
*head, struct radix_node nodes[]);
115
(const void *v, const void *mask, struct
radix_node_head
*head);
117
(const void *v, const void *mask, struct
radix_node_head
*head);
119
(const void *v, struct
radix_node_head
*head);
121
(const void *v, const void *mask, struct
radix_node_head
*head);
123
(const void *v, struct
radix_node_head
*head);
137
int rn_inithead0(struct
radix_node_head
*, int);
139
int rn_walktree(struct
radix_node_head
*,
[
all
...]
rtbl.c
136
struct
radix_node_head
*rnh = &t->t_rnh;
148
struct
radix_node_head
*rnh = &t->t_rnh;
159
struct
radix_node_head
*rnh = &t->t_rnh;
172
struct
radix_node_head
*rnh = &t->t_rnh;
radix.c
65
struct
radix_node_head
*mask_rnhead;
88
static void rn_treeprint(struct
radix_node_head
*, rn_printer_t, void *);
196
struct
radix_node_head
*head)
240
struct
radix_node_head
*head)
367
rn_treeprint(struct
radix_node_head
*h, rn_printer_t printer, void *arg)
413
struct
radix_node_head
*head,
599
struct
radix_node_head
*head,
757
struct
radix_node_head
*head,
941
struct
radix_node_head
*head)
980
struct
radix_node_head
*h
[
all
...]
route.h
378
struct
radix_node_head
t_rnh;
if_wg.c
716
struct
radix_node_head
*wg_rtable_ipv4;
720
struct
radix_node_head
*wg_rtable_ipv6;
856
static struct
radix_node_head
*
3945
struct
radix_node_head
*rnh = wg_rnh(wg, wga->wga_family);
4280
struct
radix_node_head
*rnh;
4638
struct
radix_node_head
*rnh;
/src/sbin/routed/
radix.h
111
struct
radix_node_head
{
struct
117
struct
radix_node_head
*head, struct radix_node nodes[]);
120
struct
radix_node_head
*head, struct radix_node nodes[]);
122
(void *v, void *mask, struct
radix_node_head
*head);
124
(void *v, void *mask, struct
radix_node_head
*head);
126
(void *v, struct
radix_node_head
*head);
128
(void *v, void *mask, struct
radix_node_head
*head);
130
(void *v, struct
radix_node_head
*head);
132
(struct
radix_node_head
*head,
147
int rn_walktree(struct
radix_node_head
*,
[
all
...]
radix.c
59
struct
radix_node_head
*mask_rnhead;
166
rn_lookup(void *v_arg, void *m_arg, struct
radix_node_head
*head)
206
struct
radix_node_head
*head)
345
struct
radix_node_head
*head,
522
struct
radix_node_head
*head,
665
struct
radix_node_head
*head)
815
rn_walktree(struct
radix_node_head
*h,
855
struct
radix_node_head
*rnh;
859
rnh = (struct
radix_node_head
*)rtmalloc(sizeof(*rnh), "rn_inithead");
defs.h
505
extern struct
radix_node_head
*rhead;
table.c
57
struct
radix_node_head
*rhead; /* root of the radix tree */
/src/sys/netatalk/
at_rmx.c
82
at_addroute(const void *v_arg, const void *n_arg, struct
radix_node_head
* head,
99
at_matroute(const void *v_arg, struct
radix_node_head
* head)
114
at_lookup(const void *v_arg, const void *m_arg, struct
radix_node_head
* head)
130
at_delroute(const void *v_arg, const void *netmask_arg, struct
radix_node_head
* head)
151
struct
radix_node_head
*rnh;
/src/sys/nfs/
nfs_export.c
124
struct
radix_node_head
*ne_rtable[AF_MAX+1]; /* Individual exports */
504
struct
radix_node_head
*rnh;
650
struct
radix_node_head
*rnh = (struct
radix_node_head
*)w;
668
struct
radix_node_head
*rnh;
818
struct
radix_node_head
*rnh;
/src/usr.bin/netstat/
route.c
103
struct
radix_node_head
*rnh, head;
104
struct
radix_node_head
*rt_nodes[AF_MAX + 1];
/src/sys/dist/pf/net/
pf_table.c
805
struct
radix_node_head
*head = (void *)0xdeadb;
1008
struct
radix_node_head
*head = (void *)0xdeadb;
1033
struct
radix_node_head
*head = (void *)0xdeadb;
1735
SWAP(struct
radix_node_head
*, kt->pfrkt_ip4,
1737
SWAP(struct
radix_node_head
*, kt->pfrkt_ip6,
pfvar.h
1013
struct
radix_node_head
*pfrkt_ip4;
1014
struct
radix_node_head
*pfrkt_ip6;
Completed in 57 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026