Searched refs:rr_prefix (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_prefix.h34 struct rr_prefix { struct
36 LIST_ENTRY(rr_prefix) rp_entry;
76 #define ifpr2rp(ifpr) ((struct rr_prefix *)(ifpr))
84 LIST_HEAD(rr_prhead, rr_prefix);
86 extern struct rr_prhead rr_prefix;
88 int delete_each_prefix (struct rr_prefix *rpp, u_char origin);
H A Din6_prefix.c121 struct rr_prhead rr_prefix; variable in typeref:struct:rr_prhead
125 static void add_each_addr(struct socket *so, struct rr_prefix *rpp,
128 static int add_each_prefix(struct socket *so, struct rr_prefix *rpp);
129 static void free_rp_entries(struct rr_prefix *rpp);
130 static int link_stray_ia6s(struct rr_prefix *rpp);
131 static void rp_remove(struct rr_prefix *rpp);
209 static struct rr_prefix *
214 struct rr_prefix *rpp;
310 struct rr_prefix *rpp;
389 init_prefix_ltimes(struct rr_prefix *rp
[all...]

Completed in 66 milliseconds