Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dmld6.h94 struct mldv2_report { struct
H A Dmld6.c3773 struct mldv2_report *mld; in mld_v2_encap_report()
3796 MH_ALIGN(mh, sizeof(struct ip6_hdr) + sizeof(struct mldv2_report)); in mld_v2_encap_report()
3801 mh->m_len = sizeof(struct ip6_hdr) + sizeof(struct mldv2_report); in mld_v2_encap_report()
3803 sizeof(struct mldv2_report) + mldreclen; in mld_v2_encap_report()
3825 mld = (struct mldv2_report *)(ip6 + 1); in mld_v2_encap_report()
3836 sizeof(struct ip6_hdr), sizeof(struct mldv2_report) + mldreclen); in mld_v2_encap_report()