Home
last modified time | relevance | path

Searched refs:radix_node_head (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/stack/
H A Dradix.h97 struct radix_node_head { struct
103 struct radix_node_head *head, struct radix_node nodes[]); argument
106 struct radix_node_head *head, struct radix_node nodes[]); argument
108 (void *v, void *mask, struct radix_node_head *head); argument
110 (void *v, void *mask, struct radix_node_head *head); argument
112 (void *v, struct radix_node_head *head); argument
114 (void *v, void *mask, struct radix_node_head *head); argument
116 (void *v, struct radix_node_head *head); argument
118 (struct radix_node_head *head, walktree_f_t *f, void *w); argument
120 (struct radix_node_head *head, void *a, void *m, argument
[all …]
H A Dradix.c47 static int rn_walktree_from(struct radix_node_head *h, void *a, void *m,
49 static int rn_walktree(struct radix_node_head *, walktree_f_t *, void *);
50 static struct radix_node *rn_insert(void *, struct radix_node_head *, int *,
58 static struct radix_node_head *mask_rnhead;
272 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, in rn_insert()
338 rn_walktree_from(struct radix_node_head *h, void *a, void *m, walktree_f_t *f, void *w) in rn_walktree_from()
442 rn_walktree(struct radix_node_head *h, walktree_f_t *f, void *w) in rn_walktree()
487 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
508 rn_match(void *v_arg, struct radix_node_head *head) in rn_match()
694 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in rn_addroute()
[all …]