Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dmld6.c656 SLIST_HEAD(, in6_multi) in6m_dthead; in mld_domifdetach()
658 SLIST_INIT(&in6m_dthead); in mld_domifdetach()
664 mli_delete(ifp, (struct mld_in6m_relhead *)&in6m_dthead); in mld_domifdetach()
668 MLD_REMOVE_DETACHED_IN6M(&in6m_dthead); in mld_domifdetach()
678 mli_delete(const struct ifnet *ifp, struct mld_in6m_relhead *in6m_dthead) in mli_delete() argument
692 mld_flush_relq(mli, in6m_dthead); in mli_delete()
810 SLIST_HEAD(, in6_multi) in6m_dthead; in mli_remref()
830 SLIST_INIT(&in6m_dthead); in mli_remref()
831 mld_flush_relq(mli, (struct mld_in6m_relhead *)&in6m_dthead); in mli_remref()
835 MLD_REMOVE_DETACHED_IN6M(&in6m_dthead); in mli_remref()
[all …]