Searched defs:radix_node_head (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 18 # define radix_node_head ipf_radix_node_head macro
|
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[])); 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...] |
/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;
|
/illumos-gate/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, 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...] |
/illumos-gate/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[]); 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...] |
Completed in 46 milliseconds