Symbol: radix_node_head
sbin/pfctl/pfctl.h
69
struct radix_node_head *pfrkt_ip4;
sbin/pfctl/pfctl.h
70
struct radix_node_head *pfrkt_ip6;
sbin/routed/defs.h
470
extern struct radix_node_head *rhead;
sbin/routed/radix.c
154
rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head)
sbin/routed/radix.c
195
struct radix_node_head *head)
sbin/routed/radix.c
334
struct radix_node_head *head,
sbin/routed/radix.c
43
static struct radix_node_head *mask_rnhead;
sbin/routed/radix.c
511
struct radix_node_head *head,
sbin/routed/radix.c
56
struct radix_node_head *head, struct radix_node treenodes[2]);
sbin/routed/radix.c
57
static struct radix_node *rn_match(void *v_arg, struct radix_node_head *head);
sbin/routed/radix.c
654
struct radix_node_head *head)
sbin/routed/radix.c
804
rn_walktree(struct radix_node_head *h,
sbin/routed/radix.c
842
rn_inithead(struct radix_node_head **head, int off)
sbin/routed/radix.c
844
struct radix_node_head *rnh;
sbin/routed/radix.c
848
rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "rn_inithead");
sbin/routed/radix.h
111
struct radix_node_head *head, struct radix_node nodes[]);
sbin/routed/radix.h
114
struct radix_node_head *head, struct radix_node nodes[]);
sbin/routed/radix.h
116
(void *v, void *mask, struct radix_node_head *head);
sbin/routed/radix.h
118
(void *v, void *mask, struct radix_node_head *head);
sbin/routed/radix.h
120
(void *v, struct radix_node_head *head);
sbin/routed/radix.h
122
(void *v, void *mask, struct radix_node_head *head);
sbin/routed/radix.h
124
(void *v, struct radix_node_head *head);
sbin/routed/radix.h
126
(struct radix_node_head *head,
sbin/routed/radix.h
138
int rn_inithead(struct radix_node_head **head, int off);
sbin/routed/radix.h
139
int rn_walktree(struct radix_node_head *,
sbin/routed/table.c
44
struct radix_node_head *rhead; /* root of the radix tree */
sys/dev/wg/if_wg.c
234
struct radix_node_head *sc_aip4;
sys/dev/wg/if_wg.c
235
struct radix_node_head *sc_aip6;
sys/dev/wg/if_wg.c
573
struct radix_node_head *root = NULL;
sys/dev/wg/if_wg.c
619
struct radix_node_head *root = NULL;
sys/dev/wg/if_wg.c
670
struct radix_node_head *root;
sys/kern/vfs_export.c
106
struct radix_node_head *rnh;
sys/kern/vfs_export.c
234
struct radix_node_head *rnh = (struct radix_node_head *) w;
sys/kern/vfs_export.c
246
static struct radix_node_head *
sys/kern/vfs_export.c
247
vfs_create_addrlist_af(struct radix_node_head **prnh, int off)
sys/kern/vfs_export.c
258
vfs_free_addrlist_af(struct radix_node_head **prnh)
sys/kern/vfs_export.c
260
struct radix_node_head *rnh;
sys/kern/vfs_export.c
619
struct radix_node_head *rnh;
sys/kern/vfs_export.c
68
static struct radix_node_head *vfs_create_addrlist_af(
sys/kern/vfs_export.c
69
struct radix_node_head **prnh, int off);
sys/kern/vfs_export.c
72
static void vfs_free_addrlist_af(struct radix_node_head **prnh);
sys/kern/vfs_export.c
93
struct radix_node_head *ne4;
sys/kern/vfs_export.c
94
struct radix_node_head *ne6;
sys/net/pfvar.h
1879
struct radix_node_head *pfrkt_ip4;
sys/net/pfvar.h
1880
struct radix_node_head *pfrkt_ip6;
sys/net/radix.c
1137
struct radix_node_head *rnh;
sys/net/radix.c
1146
R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh));
sys/net/radix.c
1188
struct radix_node_head *rnh;
sys/net/radix.c
1193
rnh = (struct radix_node_head *)(*head);
sys/netinet/in_fib_algo.c
517
struct radix_node_head *rnh;
sys/netinet/in_fib_algo.c
528
struct radix_node_head *rnh = (struct radix_node_head *)algo_data;
sys/netinet6/in6_fib_algo.c
88
struct radix_node_head *rnh;
sys/netinet6/in6_fib_algo.c
99
struct radix_node_head *rnh = (struct radix_node_head *)algo_data;
sys/netpfil/ipfw/ip_fw_table_algo.c
351
struct radix_node_head *head4;
sys/netpfil/ipfw/ip_fw_table_algo.c
352
struct radix_node_head *head6;
sys/netpfil/ipfw/ip_fw_table_algo.c
4028
struct radix_node_head *head;
sys/netpfil/ipfw/ip_fw_table_algo.c
4036
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
4043
rnh = (struct radix_node_head *)ti->state;
sys/netpfil/ipfw/ip_fw_table_algo.c
4074
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
4078
rnh = (struct radix_node_head *)(ti->state);
sys/netpfil/ipfw/ip_fw_table_algo.c
4157
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
416
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
423
rnh = (struct radix_node_head *)ti->state;
sys/netpfil/ipfw/ip_fw_table_algo.c
4239
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
4266
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
4268
rnh = (struct radix_node_head *)(ti->state);
sys/netpfil/ipfw/ip_fw_table_algo.c
4303
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
4311
rnh = (struct radix_node_head *)ti->state;
sys/netpfil/ipfw/ip_fw_table_algo.c
434
rnh = (struct radix_node_head *)ti->xstate;
sys/netpfil/ipfw/ip_fw_table_algo.c
472
struct radix_node_head * const rnh = arg;
sys/netpfil/ipfw/ip_fw_table_algo.c
486
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
490
rnh = (struct radix_node_head *)(ti->state);
sys/netpfil/ipfw/ip_fw_table_algo.c
494
rnh = (struct radix_node_head *)(ti->xstate);
sys/netpfil/ipfw/ip_fw_table_algo.c
555
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
563
rnh = (struct radix_node_head *)ti->state;
sys/netpfil/ipfw/ip_fw_table_algo.c
569
rnh = (struct radix_node_head *)ti->xstate;
sys/netpfil/ipfw/ip_fw_table_algo.c
585
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
587
rnh = (struct radix_node_head *)(ti->state);
sys/netpfil/ipfw/ip_fw_table_algo.c
590
rnh = (struct radix_node_head *)(ti->xstate);
sys/netpfil/ipfw/ip_fw_table_algo.c
720
struct radix_node_head *rnh;
sys/netpfil/ipfw/ip_fw_table_algo.c
821
struct radix_node_head *rnh;
sys/netpfil/pf/pf_table.c
1770
SWAP(struct radix_node_head *, kt->pfrkt_ip4,
sys/netpfil/pf/pf_table.c
1772
SWAP(struct radix_node_head *, kt->pfrkt_ip6,