Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Digmp_var.h325 extern struct igmp_ifinfo *igmp_domifattach(struct ifnet *, zalloc_flags_t);
H A Digmp.c602 igmp_domifattach(struct ifnet *ifp, zalloc_flags_t how) in igmp_domifattach() function
/xnu-8796.121.2/bsd/net/
H A Ddlil.c9050 IGMP_IFINFO(ifp) = igmp_domifattach(ifp, Z_WAITOK); in ifnet_attach()