Searched refs:radix_node_head (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/net/
H A Dradix.h104 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...]
H A Drtbl.c136 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;
H A Dradix.c65 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 *
[all...]
H A Droute.h378 struct radix_node_head t_rnh;
H A Dif_wg.c629 struct radix_node_head *wg_rtable_ipv4;
633 struct radix_node_head *wg_rtable_ipv6;
769 static struct radix_node_head *
3451 struct radix_node_head *rnh = wg_rnh(wg, wga->wga_family);
3786 struct radix_node_head *rnh;
4127 struct radix_node_head *rnh;
/netbsd-current/sbin/routed/
H A Dradix.h111 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...]
H A Dradix.c59 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");
H A Ddefs.h505 extern struct radix_node_head *rhead;
H A Dtable.c57 struct radix_node_head *rhead; /* root of the radix tree */
/netbsd-current/sys/netatalk/
H A Dat_rmx.c82 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;
/netbsd-current/sys/nfs/
H A Dnfs_export.c124 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;
/netbsd-current/usr.bin/netstat/
H A Droute.c103 struct radix_node_head *rnh, head;
104 struct radix_node_head *rt_nodes[AF_MAX + 1];
/netbsd-current/external/bsd/ipf/dist/
H A Dipf.h18 # define radix_node_head ipf_radix_node_head macro
/netbsd-current/sys/dist/pf/net/
H A Dpf_table.c805 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,
H A Dpfvar.h1013 struct radix_node_head *pfrkt_ip4;
1014 struct radix_node_head *pfrkt_ip6;

Completed in 323 milliseconds