Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dmld6.h67 struct mldv2_report { struct
H A Dmld6.c3166 struct mldv2_report *mld; in mld_v2_encap_report()
3190 M_ALIGN(mh, sizeof(struct ip6_hdr) + sizeof(struct mldv2_report)); in mld_v2_encap_report()
3195 mh->m_len = sizeof(struct ip6_hdr) + sizeof(struct mldv2_report); in mld_v2_encap_report()
3197 sizeof(struct mldv2_report) + mldreclen; in mld_v2_encap_report()
3210 mld = (struct mldv2_report *)(ip6 + 1); in mld_v2_encap_report()
3220 sizeof(struct ip6_hdr), sizeof(struct mldv2_report) + mldreclen); in mld_v2_encap_report()