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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h118 struct radix_node_head { struct
123 (void *v, void *mask, struct radix_node_head *head,
126 (void *v, void *mask, struct radix_node_head *head,
129 (void *v, void *mask, struct radix_node_head *head);
131 (void *v, void *mask, struct radix_node_head *head);
133 (void *v, struct radix_node_head *head);
135 (void *v, void *mask, struct radix_node_head *head);
137 (void *v, struct radix_node_head *head);
139 int (*rnh_walktree)(struct radix_node_head *head,
148 int rn_walktree(struct radix_node_head *,
[all...]
H A Dradix.c51 static struct radix_node_head *mask_rnhead;
62 *rn_addroute(void *, void *, struct radix_node_head *,
64 *rn_delete(void *, void *, struct radix_node_head *),
65 *rn_insert(void *, struct radix_node_head *, boolean_t *,
67 *rn_match(void *, struct radix_node_head *),
72 static struct radix_node *rn_lookup(void *, void *, struct radix_node_head *);
169 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head)
218 rn_match(void *v_arg, struct radix_node_head *head)
358 rn_insert(void* v_arg, struct radix_node_head *head, boolean_t *dupentry,
544 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *hea
[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 */
/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dradix.h114 struct radix_node_head { struct
120 struct radix_node_head *head, struct radix_node nodes[]);
123 struct radix_node_head *head, struct radix_node nodes[]);
125 (void *v, void *mask, struct radix_node_head *head);
127 (void *v, void *mask, struct radix_node_head *head);
129 (void *v, struct radix_node_head *head);
132 (void *v, struct radix_node_head *head,
135 (void *v, void *mask, struct radix_node_head *head);
137 (void *v, struct radix_node_head *head);
139 (struct radix_node_head *hea
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h54 # define radix_node_head ipf_radix_node_head macro
124 struct radix_node_head { struct
134 struct radix_node_head *head, struct radix_node nodes[]));
137 struct radix_node_head *head, struct radix_node nodes[]));
139 __P((void *v, void *mask, struct radix_node_head *head));
141 __P((void *v, void *mask, struct radix_node_head *head));
143 __P((void *v, struct radix_node_head *head));
145 __P((void *v, void *mask, struct radix_node_head *head));
147 __P((void *v, struct radix_node_head *head));
149 __P((struct radix_node_head *,
[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;
935 struct radix_node_head *rnh;
/opensolaris-onvv-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.h294 struct radix_node_head *ifs_mask_rnhead;
/opensolaris-onvv-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 *hea
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip_stack.h230 struct radix_node_head *ips_ip_ftable;

Completed in 185 milliseconds