Searched defs:radix_node_head (Results 1 – 5 of 5) sorted by relevance
/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
|
/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/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
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_pool.h | 25 # define radix_node_head ipf_radix_node_head macro
|