Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Digmp_var.h324 extern struct igmp_ifinfo *igmp_domifattach(struct ifnet *, zalloc_flags_t);
H A Digmp.c581 igmp_domifattach(struct ifnet *ifp, zalloc_flags_t how) in igmp_domifattach() function
/xnu-8019.80.24/bsd/net/
H A Ddlil.c8740 IGMP_IFINFO(ifp) = igmp_domifattach(ifp, Z_WAITOK); in ifnet_attach()