Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet6/
H A Dmld6.h94 struct mldv2_report { struct
H A Dmld6.c3787 struct mldv2_report *mld; in mld_v2_encap_report()
3810 MH_ALIGN(mh, sizeof(struct ip6_hdr) + sizeof(struct mldv2_report)); in mld_v2_encap_report()
3815 mh->m_len = sizeof(struct ip6_hdr) + sizeof(struct mldv2_report); in mld_v2_encap_report()
3817 sizeof(struct mldv2_report) + mldreclen; in mld_v2_encap_report()
3839 mld = (struct mldv2_report *)(ip6 + 1); in mld_v2_encap_report()
3850 sizeof(struct ip6_hdr), sizeof(struct mldv2_report) + mldreclen); in mld_v2_encap_report()