Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_prproxy.c131 struct nd6_prproxy_soltgt { struct
132 RB_ENTRY(nd6_prproxy_soltgt) soltgt_link; /* RB tree links */
153 static struct nd6_prproxy_soltgt *nd6_soltgt_alloc(int); argument
154 static void nd6_soltgt_free(struct nd6_prproxy_soltgt *);
155 static void nd6_soltgt_prune(struct nd6_prproxy_soltgt *, u_int32_t);
156 static __inline int soltgt_cmp(const struct nd6_prproxy_soltgt *,
157 const struct nd6_prproxy_soltgt *);
160 RB_PROTOTYPE_SC_PREV(__private_extern__, prproxy_sols_tree, nd6_prproxy_soltgt,
188 struct nd6_prproxy_soltgt, NET_KT_DEFAULT); /* nd6_prproxy_soltgt zone */
191 RB_GENERATE_PREV(prproxy_sols_tree, nd6_prproxy_soltgt,
[all …]
H A Dnd6.h574 RB_HEAD(prproxy_sols_tree, nd6_prproxy_soltgt);