Searched refs:radix_node (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dradix.h78 struct radix_node { struct
80 struct radix_node *rn_parent; /* parent */
91 struct radix_node *rn_Dupedkey;
95 struct radix_node *rn_L;/* progeny */
96 struct radix_node *rn_R;/* progeny */
101 struct radix_node *rn_twin;
102 struct radix_node *rn_ybro;
124 struct radix_node *rmu_leaf; /* for normal routes */
142 typedef int walktree_f_t(struct radix_node *, void *);
143 typedef int rn_matchf_t(struct radix_node *, voi
[all...]
H A Dradix.c83 static struct radix_node
85 struct radix_node [2]),
86 *rn_newpair(void *, int, struct radix_node[2]),
87 *rn_search(void *, struct radix_node *),
88 *rn_search_m(void *, struct radix_node *, void *);
108 rn_new_radix_mask(struct radix_node *tt,
110 static int rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip,
149 static struct radix_node *
150 rn_search(void *v_arg, struct radix_node *head)
152 struct radix_node *
[all...]
H A Droute.c306 static struct radix_node *node_lookup(struct sockaddr *, struct sockaddr *,
308 static struct radix_node *node_lookup_default(int);
311 static int rn_match_ifscope(struct radix_node *, void *);
379 #define RN(r) ((struct radix_node *)r)
795 rn_match_ifscope(struct radix_node *rn, void *arg)
1097 rnh->rnh_close((struct radix_node *)rt, rnh);
1631 static int rt_fixdelete(struct radix_node *, void *);
1632 static int rt_fixchange(struct radix_node *, void *);
1683 struct radix_node *rn;
2213 rt_fixdelete(struct radix_node *r
[all...]
H A Drtsock.c135 static int sysctl_dumpentry(struct radix_node *rn, void *vw);
136 static int sysctl_dumpentry_ext(struct radix_node *rn, void *vw);
404 struct radix_node *t;
1443 sysctl_dumpentry(struct radix_node *rn, void *vw)
1509 sysctl_dumpentry_ext(struct radix_node *rn, void *vw)
H A Droute.h180 struct radix_node rt_nodes[2]; /* tree glue, and other values */
H A Dpf_table.c121 ((((struct radix_node *)(ke))->rn_flags & RNF_ROOT) != 0)
183 static int pfr_walktree(struct radix_node *, void *);
996 struct radix_node *rn;
1022 struct radix_node *rn;
1063 pfr_walktree(struct radix_node *rn, void *arg)
H A Dif.c160 static int if_rtmtu(struct radix_node *, void *);
3403 if_rtdel(struct radix_node *rn, void *arg)
3452 if_rtmtu(struct radix_node *rn, void *arg)
H A Dntstat.c405 struct radix_node *rn,
H A Dpfvar.h1299 struct radix_node pfrke_node[2];
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_rmx.c94 static struct radix_node *in_addroute(void *, void *, struct radix_node_head *,
95 struct radix_node *);
96 static struct radix_node *in_deleteroute(void *, void *,
98 static struct radix_node *in_matroute(void *, struct radix_node_head *);
99 static struct radix_node *in_matroute_args(void *, struct radix_node_head *,
101 static void in_clsroute(struct radix_node *, struct radix_node_head *);
102 static int in_rtqkill(struct radix_node *, void *);
104 static int in_ifadownkill(struct radix_node *, void *);
111 static struct radix_node *
113 struct radix_node *treenode
[all...]
H A Din_var.h489 extern struct radix_node *in_validate(struct radix_node *);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_rmx.c136 static struct radix_node *in6_addroute(void *, void *, struct radix_node_head *,
137 struct radix_node *);
138 static struct radix_node *in6_deleteroute(void *, void *,
140 static struct radix_node *in6_matroute(void *, struct radix_node_head *);
141 static struct radix_node *in6_matroute_args(void *, struct radix_node_head *,
143 static void in6_clsroute(struct radix_node *, struct radix_node_head *);
144 static int in6_rtqkill(struct radix_node *, void *);
157 static struct radix_node *
159 struct radix_node *treenodes)
163 struct radix_node *re
[all...]
H A Din6_var.h1105 extern struct radix_node *in6_validate(struct radix_node *);
H A Dnd6_rtr.c121 static int rt6_deleteroute(struct radix_node *, void *);
4206 struct radix_node *rn,
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2020 int nfsrv_free_netopt(struct radix_node *, void *);
2471 struct radix_node *rn;
2629 nfsrv_free_netopt(struct radix_node *rn, void *w)
2652 struct radix_node *rn;
H A Dnfs.h549 struct radix_node no_rnodes[2]; /* radix tree glue */

Completed in 296 milliseconds