/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 54 # 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[])); argument 137 struct radix_node_head *head, struct radix_node nodes[])); argument 139 __P((void *v, void *mask, struct radix_node_head *head)); argument 141 __P((void *v, void *mask, struct radix_node_head *head)); argument 143 __P((void *v, struct radix_node_head *head)); argument 145 __P((void *v, void *mask, struct radix_node_head *head)); argument 147 __P((void *v, struct radix_node_head *head)); argument 149 __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()
|
/titanic_44/usr/src/uts/common/net/ |
H A D | radix.h | 114 struct radix_node_head { struct 120 struct radix_node_head *head, struct radix_node nodes[]); argument 123 struct radix_node_head *head, struct radix_node nodes[]); argument 125 (void *v, void *mask, struct radix_node_head *head); argument 127 (void *v, void *mask, struct radix_node_head *head); argument 129 (void *v, struct radix_node_head *head); argument 132 (void *v, struct radix_node_head *head, argument 135 (void *v, void *mask, struct radix_node_head *head); argument 137 (void *v, struct radix_node_head *head); argument 139 (struct radix_node_head *head, walktree_f_t *f, void *w); argument [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.h | 118 struct radix_node_head { struct 123 (void *v, void *mask, struct radix_node_head *head, argument 126 (void *v, void *mask, struct radix_node_head *head, argument 129 (void *v, void *mask, struct radix_node_head *head); argument 131 (void *v, void *mask, struct radix_node_head *head); argument 133 (void *v, struct radix_node_head *head); argument 135 (void *v, void *mask, struct radix_node_head *head); argument 137 (void *v, struct radix_node_head *head); argument 139 int (*rnh_walktree)(struct radix_node_head *head, argument 148 int rn_walktree(struct radix_node_head *, argument
|
H A D | radix.c | 51 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) in rn_lookup() 218 rn_match(void *v_arg, struct radix_node_head *head) in rn_match() 358 rn_insert(void* v_arg, struct radix_node_head *head, boolean_t *dupentry, in rn_insert() 544 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 */
|
/titanic_44/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 …]
|
/titanic_44/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 | 298 struct radix_node_head *ifs_mask_rnhead;
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 229 struct radix_node_head *ips_ip_ftable;
|