Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Dmld6_var.h75 struct mld_ifinfo { struct
177 struct mld_ifinfo { struct
181 LIST_ENTRY(mld_ifinfo) mli_link; argument
243 extern struct mld_ifinfo *mld_domifattach(struct ifnet *, zalloc_flags_t);
244 extern void mld_domifreattach(struct mld_ifinfo *);
252 extern void mli_addref(struct mld_ifinfo *, int);
253 extern void mli_remref(struct mld_ifinfo *);
254 __private_extern__ void mld6_initsilent(struct ifnet *, struct mld_ifinfo *);
H A Dmld6.c168 static void mli_initvar(struct mld_ifinfo *, struct ifnet *, int);
169 static struct mld_ifinfo *mli_alloc(zalloc_flags_t);
170 static void mli_free(struct mld_ifinfo *);
173 static void mld_final_leave(struct in6_multi *, struct mld_ifinfo *,
175 static int mld_handle_state_change(struct in6_multi *, struct mld_ifinfo *,
177 static int mld_initial_join(struct in6_multi *, struct mld_ifinfo *,
182 static uint32_t mld_set_version(struct mld_ifinfo *, const int);
183 static void mld_flush_relq(struct mld_ifinfo *, struct mld_in6m_relhead *);
184 static void mld_dispatch_queue_locked(struct mld_ifinfo *, struct ifqueue *, int);
190 static void mld_v1_process_querier_timers(struct mld_ifinfo *);
[all …]
H A Din6_var.h951 struct mld_ifinfo;
990 struct mld_ifinfo *in6m_mli; /* MLD info */
H A Din6_mcast.c3330 struct mld_ifinfo *mli; in in6m_remref()
/xnu-8796.121.2/bsd/net/
H A Dif_var_private.h831 struct mld_ifinfo *if_mli; /* for MLDv2 */