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

/macosx-10.5.8/xnu-1228.15.4/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;
89 int delete_each_prefix (struct rr_prefix *rpp, u_char origin);
H A Din6_prefix.c93 struct rr_prhead rr_prefix; variable in typeref:struct:rr_prhead
97 static void add_each_addr(struct socket *so, struct rr_prefix *rpp,
100 static int add_each_prefix(struct socket *so, struct rr_prefix *rpp);
101 static void free_rp_entries(struct rr_prefix *rpp);
102 static int link_stray_ia6s(struct rr_prefix *rpp);
103 static void rp_remove(struct rr_prefix *rpp);
180 static struct rr_prefix *
185 struct rr_prefix *rpp;
274 struct rr_prefix *rpp;
345 init_prefix_ltimes(struct rr_prefix *rp
[all...]
H A Dnd6.c1519 struct rr_prefix *rpp;
1521 for (rpp = LIST_FIRST(&rr_prefix); rpp;

Completed in 526 milliseconds