Home
last modified time | relevance | path

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

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