Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dmld6_var.h242 extern struct mld_ifinfo *mld_domifattach(struct ifnet *, zalloc_flags_t);
H A Dmld6.c579 mld_domifattach(struct ifnet *ifp, zalloc_flags_t how) in mld_domifattach() function
/xnu-8020.101.4/bsd/net/
H A Ddlil.c8817 MLD_IFINFO(ifp) = mld_domifattach(ifp, Z_WAITOK); in ifnet_attach()