/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 52 # 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 D | ipf.h | 18 # define radix_node_head ipf_radix_node_head macro
|
H A D | ip_pool.c | 922 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 D | radix.h | 112 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 D | radix.h | 116 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 D | radix.c | 49 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 D | defs.h | 630 extern struct radix_node_head *rhead;
|
H A D | table.c | 61 struct radix_node_head *rhead; /* root of the radix tree */
|
/illumos-gate/usr/src/common/net/patricia/ |
H A D | radix.c | 70 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 D | ip_pool.h | 17 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 D | ipf_stack.h | 304 struct radix_node_head *ifs_mask_rnhead;
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 238 struct radix_node_head *ips_ip_ftable;
|