Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h630 extern struct radix_node_head *rhead;
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 *),
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()
542 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in rn_addroute()
707 rn_delete(void *v_arg, void *netmask_arg, struct radix_node_head *head) in rn_delete()
916 rn_walktree(struct radix_node_head *h, in rn_walktree()
[all …]
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 Dtable.c61 struct radix_node_head *rhead; /* root of the radix tree */
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c249 struct radix_node_head *head;
306 struct radix_node_head *head;
314 struct radix_node_head *head;
484 struct radix_node_head *head;
690 struct radix_node_head *head;
886 struct radix_node_head *head;
1091 struct radix_node_head *h; in rn_walktree()
1099 struct radix_node_head *h; in rn_walktree_mt()
1192 struct radix_node_head *rnh;
1253 struct radix_node_head *rnh = p;
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h238 struct radix_node_head *ips_ip_ftable;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c922 struct radix_node_head *rnh = p; in rn_freenode()
935 struct radix_node_head *rnh; in rn_freehead()
H A Dipf.h18 # define radix_node_head ipf_radix_node_head macro
H A Dradix_ipf.h52 # define radix_node_head ipf_radix_node_head macro
122 struct radix_node_head { struct
137 __P((void *v, void *mask, struct radix_node_head *head)); argument
141 __P((void *v, struct radix_node_head *head)); argument
145 __P((void *v, struct radix_node_head *head)); argument
147 __P((struct radix_node_head *, argument
200 void rn_freehead __P((struct radix_node_head *));
201 int rn_inithead0 __P((struct radix_node_head *, int));
203 int rn_walktree __P((struct radix_node_head *,
210 *rn_insert __P((void *, struct radix_node_head *, int *,
[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/net/
H A Dradix.h112 struct radix_node_head { struct
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
143 (struct radix_node_head *head, void *a, void *m, argument
146 (struct radix_node *rn, struct radix_node_head *head); argument
186 typedef struct radix_node_head rnh_t;
[all …]