Home
last modified time | relevance | path

Searched refs:mld_domifattach (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/netinet6/
H A Dmld6_var.h243 extern struct mld_ifinfo *mld_domifattach(struct ifnet *, zalloc_flags_t);
H A Dmld6.c582 mld_domifattach(struct ifnet *ifp, zalloc_flags_t how) in mld_domifattach() function
/xnu-8796.121.2/bsd/net/
H A Ddlil.c9058 MLD_IFINFO(ifp) = mld_domifattach(ifp, Z_WAITOK); in ifnet_attach()