Searched defs:radix_node_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | radix.h | 389 struct radix_node_head { struct 395 struct radix_node_head *head, struct radix_node nodes[]); argument 398 struct radix_node_head *head, struct radix_node nodes[]); argument 400 (void *v, void *mask, struct radix_node_head *head); argument 402 (void *v, void *mask, struct radix_node_head *head); argument 404 (void *v, struct radix_node_head *head); argument 407 (void *v, struct radix_node_head *head, argument 410 (void *v, void *mask, struct radix_node_head *head); argument 413 (void *v, void *mask, struct radix_node_head *head, argument 416 (void *v, struct radix_node_head *head); argument [all …]
|