Home
last modified time | relevance | path

Searched refs:radix_node_head (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h52 # define radix_node_head ipf_radix_node_head macro
122 struct radix_node_head { struct
132 struct radix_node_head *head, struct radix_node nodes[])); argument
135 struct radix_node_head *head, struct radix_node nodes[])); argument
137 __P((void *v, void *mask, struct radix_node_head *head)); argument
139 __P((void *v, void *mask, struct radix_node_head *head)); argument
141 __P((void *v, struct radix_node_head *head)); argument
143 __P((void *v, void *mask, struct radix_node_head *head)); argument
145 __P((void *v, struct radix_node_head *head)); argument
147 __P((struct radix_node_head *, argument
[all …]
H A Dipf.h18 # define radix_node_head ipf_radix_node_head macro
H A Dip_pool.c922 struct radix_node_head *rnh = p; in rn_freenode()
935 struct radix_node_head *rnh; in rn_freehead()
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h112 struct radix_node_head { struct
118 struct radix_node_head *head, struct radix_node nodes[]); argument
121 struct radix_node_head *head, struct radix_node nodes[]); argument
123 (void *v, void *mask, struct radix_node_head *head); argument
125 (void *v, void *mask, struct radix_node_head *head); argument
127 (void *v, struct radix_node_head *head); argument
130 (void *v, struct radix_node_head *head, argument
133 (void *v, void *mask, struct radix_node_head *head); argument
135 (void *v, struct radix_node_head *head); argument
137 (struct radix_node_head *head, walktree_f_t *f, void *w); argument
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h116 struct radix_node_head { struct
121 (void *v, void *mask, struct radix_node_head *head, argument
124 (void *v, void *mask, struct radix_node_head *head, argument
127 (void *v, void *mask, struct radix_node_head *head); argument
129 (void *v, void *mask, struct radix_node_head *head); argument
131 (void *v, struct radix_node_head *head); argument
133 (void *v, void *mask, struct radix_node_head *head); argument
135 (void *v, struct radix_node_head *head); argument
137 int (*rnh_walktree)(struct radix_node_head *head, argument
146 int rn_walktree(struct radix_node_head *, argument
H A Dradix.c49 static struct radix_node_head *mask_rnhead;
60 *rn_addroute(void *, void *, struct radix_node_head *,
62 *rn_delete(void *, void *, struct radix_node_head *),
63 *rn_insert(void *, struct radix_node_head *, boolean_t *,
65 *rn_match(void *, struct radix_node_head *),
70 static struct radix_node *rn_lookup(void *, void *, struct radix_node_head *);
167 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
216 rn_match(void *v_arg, struct radix_node_head *head) in rn_match()
356 rn_insert(void* v_arg, struct radix_node_head *head, boolean_t *dupentry, in rn_insert()
542 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in rn_addroute()
[all …]
H A Ddefs.h630 extern struct radix_node_head *rhead;
H A Dtable.c61 struct radix_node_head *rhead; /* root of the radix tree */
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c70 static int rn_walktree(struct radix_node_head *, walktree_f_t *, void *);
71 static int rn_walktree_mt(struct radix_node_head *, walktree_f_t *,
74 *rn_insert(void *, struct radix_node_head *, int *,
79 *rn_lookup(void *, void *, struct radix_node_head *),
80 *rn_match(void *, struct radix_node_head *),
81 *rn_match_args(void *, struct radix_node_head *, match_leaf_t *,
84 *rn_addroute(void *, void *, struct radix_node_head *,
86 *rn_delete(void *, void *, struct radix_node_head *);
104 static struct radix_node_head *mask_rnhead;
249 struct radix_node_head *head;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h17 extern void rn_freehead __P((struct radix_node_head *));
25 # define radix_node_head ipf_radix_node_head macro
51 struct radix_node_head *ipo_head;
H A Dipf_stack.h304 struct radix_node_head *ifs_mask_rnhead;
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h238 struct radix_node_head *ips_ip_ftable;