Searched refs:mld_ifinfo (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6_var.h75 struct mld_ifinfo { struct
176 struct mld_ifinfo { struct
180 LIST_ENTRY(mld_ifinfo) mli_link;
230 extern struct mld_ifinfo *mld_domifattach(struct ifnet *, int);
231 extern void mld_domifreattach(struct mld_ifinfo *);
238 extern void mli_addref(struct mld_ifinfo *, int);
239 extern void mli_remref(struct mld_ifinfo *);
240 __private_extern__ void mld6_initsilent(struct ifnet *, struct mld_ifinfo *);
H A Dmld6.c154 * handler. Each in6_multi holds a reference to the underlying mld_ifinfo.
167 static void mli_initvar(struct mld_ifinfo *, struct ifnet *, int);
168 static struct mld_ifinfo *mli_alloc(int);
169 static void mli_free(struct mld_ifinfo *);
172 static void mld_final_leave(struct in6_multi *, struct mld_ifinfo *);
174 struct mld_ifinfo *);
175 static int mld_initial_join(struct in6_multi *, struct mld_ifinfo *,
180 static void mld_set_version(struct mld_ifinfo *, const int);
181 static void mld_flush_relq(struct mld_ifinfo *, struct mld_in6m_relhead *);
182 static void mld_dispatch_queue(struct mld_ifinfo *, struc
[all...]
H A Din6_var.h744 struct mld_ifinfo;
762 struct mld_ifinfo *in6m_mli; /* MLD info */
H A Din6_mcast.c3243 struct mld_ifinfo *mli;
/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h629 struct mld_ifinfo *if_mli; /* for MLDv2 */

Completed in 78 milliseconds