Searched defs:radix_node_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | radix.h | 362 struct radix_node_head { struct 368 struct radix_node_head *head, struct radix_node nodes[]); argument 373 (void *v, void *mask, struct radix_node_head *head); argument 375 (void *v, void *mask, struct radix_node_head *head); argument 377 (void *v, struct radix_node_head *head); argument 380 (void *v, struct radix_node_head *head, argument 383 (void *v, void *mask, struct radix_node_head *head); argument 386 (void *v, void *mask, struct radix_node_head *head, argument 389 (void *v, struct radix_node_head *head); argument 393 (struct radix_node_head *head, void *a, void *m, argument [all …]
|